@theguild/components 9.3.4 → 9.3.5-alpha-20250217200039-d2528840d21aa99fef051fd129a7d8eebb1dde01
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/dist/products.js +1 -1
- package/package.json +1 -1
package/dist/products.js
CHANGED
|
@@ -39,7 +39,7 @@ const PRODUCTS = {
|
|
|
39
39
|
HIVE_GATEWAY: {
|
|
40
40
|
name: "Hive Gateway",
|
|
41
41
|
title: "GraphQL Gateway (Router) for federated GraphQL with Subscriptions support and built-in security features",
|
|
42
|
-
href: "https://the-guild.dev/graphql/hive/
|
|
42
|
+
href: "https://the-guild.dev/graphql/hive/gateway",
|
|
43
43
|
logo: HiveGatewayIcon,
|
|
44
44
|
primaryColor: "#ffb21d"
|
|
45
45
|
},
|
package/package.json
CHANGED