Skip to content

Commit

Permalink
Merge pull request #199 from ably/MAW-179_update_resource_link
Browse files Browse the repository at this point in the history
MAW-202 - Update resource link
  • Loading branch information
Dominik authored Jul 7, 2022
2 parents 67b7690 + 31055cc commit b4978d2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (7.9.3.dev.a74555e)
ably-ui (7.9.3.dev.7c9a58e)
view_component (>= 2.33, < 2.50)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/ably_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AblyUi
VERSION = '7.9.3.dev.a74555e'
VERSION = '7.9.3.dev.7c9a58e'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "7.9.3-dev.a74555e",
"version": "7.9.3-dev.7c9a58e",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '7.9.3.dev.a74555e', require: 'ably_ui'
gem 'ably-ui', '7.9.3.dev.7c9a58e', require: 'ably_ui'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
ably-ui (7.9.3.dev.a74555e)
ably-ui (7.9.3.dev.7c9a58e)
view_component (>= 2.33, < 2.50)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -169,7 +169,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 7.9.3.dev.a74555e)
ably-ui (= 7.9.3.dev.7c9a58e)
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "preview",
"private": true,
"dependencies": {
"@ably/ui": "7.9.3-dev.a74555e",
"@ably/ui": "7.9.3-dev.7c9a58e",
"@babel/preset-react": "^7.12.5",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions preview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ably/[email protected].a74555e":
version "7.9.3-dev.a74555e"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.9.3-dev.a74555e.tgz#e176f99653efc4cca5279f84057aa5242de673b6"
integrity sha512-6SEf/99HZ3uooA9m44WiUCvur9P0mKYjDcGtpmPZYQmDZoImxeWbzrHyiWZiLLOQKuaSQzlhXKfUWledJ+UopA==
"@ably/[email protected].7c9a58e":
version "7.9.3-dev.7c9a58e"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-7.9.3-dev.7c9a58e.tgz#94f979ab0ce981e4acb70a6f612cec04d5e3a476"
integrity sha512-Sw7oCqNeOTCXsqQH8o+dneNB2GHodYZ7o/F6EdPrLNdfwt+Fs+IxpuJJOTiEw+Xk8dyIDjgr65+h+E6ZTpm07A==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/core/MeganavContentWhyAbly/component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</li>

<li>
<%= link_to abs_url("/resources/datasheets"), class: "group ui-meganav-media py-12" do %>
<%= link_to abs_url("/resources"), class: "group ui-meganav-media py-12" do %>
<p class="ui-meganav-media-heading">Resources</p>
<% end %>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/core/MeganavContentWhyAbly/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const MeganavContentWhyAbly = ({ absUrl }) => {
</li>

<li>
<a href={absUrl("/resources/datasheets")} className="group ui-meganav-media py-12">
<a href={absUrl("/resources")} className="group ui-meganav-media py-12">
<p className="ui-meganav-media-heading">Resources</p>
</a>
</li>
Expand Down

0 comments on commit b4978d2

Please sign in to comment.