hds-web 1.39.5 → 1.39.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.39.5",
3
+ "version": "1.39.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -215,7 +215,7 @@ V3Footer.defaultProps = {
215
215
  links: [
216
216
  {
217
217
  linkText: "Hasura DDN",
218
- linkUrl: "https://hasura.io/products/",
218
+ linkUrl: "https://hasura.io/docs/3.0/index/",
219
219
  },
220
220
  {
221
221
  linkText: "Connectors",
@@ -777,7 +777,7 @@ V3Header.defaultProps = {
777
777
  },
778
778
  ],
779
779
  flyoutD: {
780
- link: "https://hasura.io/ddn",
780
+ link: "https://hasura.io/docs/3.0/index/",
781
781
  cardImg: `https://res.cloudinary.com/dh8fp23nd/image/upload/v1721205269/Frame_2610016_1_jluh5u.png`,
782
782
  cardImgAlt: "Hasura DDN",
783
783
  },