@ably/ui 7.9.4 → 7.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core/Meganav.jsx CHANGED
@@ -1191,7 +1191,7 @@ var MeganavContentWhyAbly = function MeganavContentWhyAbly(_ref) {
1191
1191
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
1192
1192
  className: "ui-meganav-media-heading"
1193
1193
  }, "Ably & AWS"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
1194
- href: absUrl("/resources/datasheets"),
1194
+ href: absUrl("/resources"),
1195
1195
  className: "group ui-meganav-media py-12"
1196
1196
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
1197
1197
  className: "ui-meganav-media-heading"
@@ -1414,7 +1414,7 @@ var MeganavContentWhyAbly = function MeganavContentWhyAbly(_ref) {
1414
1414
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
1415
1415
  className: "ui-meganav-media-heading"
1416
1416
  }, "Ably & AWS"))), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", null, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
1417
- href: absUrl("/resources/datasheets"),
1417
+ href: absUrl("/resources"),
1418
1418
  className: "group ui-meganav-media py-12"
1419
1419
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("p", {
1420
1420
  className: "ui-meganav-media-heading"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "7.9.4",
3
+ "version": "7.10.0",
4
4
  "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.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  </li>
28
28
 
29
29
  <li>
30
- <%= link_to abs_url("/resources/datasheets"), class: "group ui-meganav-media py-12" do %>
30
+ <%= link_to abs_url("/resources"), class: "group ui-meganav-media py-12" do %>
31
31
  <p class="ui-meganav-media-heading">Resources</p>
32
32
  <% end %>
33
33
  </li>
@@ -42,7 +42,7 @@ const MeganavContentWhyAbly = ({ absUrl }) => {
42
42
  </li>
43
43
 
44
44
  <li>
45
- <a href={absUrl("/resources/datasheets")} className="group ui-meganav-media py-12">
45
+ <a href={absUrl("/resources")} className="group ui-meganav-media py-12">
46
46
  <p className="ui-meganav-media-heading">Resources</p>
47
47
  </a>
48
48
  </li>