Skip to content

Commit 2c777e7

Browse files
authored
Hive Gateway link (#2043)
1 parent 77ca0bb commit 2c777e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/giant-rings-remember.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Update the link in PRODUCTS.HIVE_GATEWAY to go to Gateway's landing page

packages/components/src/products.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const PRODUCTS: Record<ProductType, ProductInfo> = {
7575
name: 'Hive Gateway',
7676
title:
7777
'GraphQL Gateway (Router) for federated GraphQL with Subscriptions support and built-in security features',
78-
href: 'https://the-guild.dev/graphql/hive/docs/gateway',
78+
href: 'https://the-guild.dev/graphql/hive/gateway',
7979
logo: HiveGatewayIcon,
8080
primaryColor: '#ffb21d',
8181
},

0 commit comments

Comments
 (0)