From 4bf51895ab5adcbb90758605f889b99af921c543 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Fri, 1 Nov 2024 12:18:15 +0300 Subject: [PATCH] Update Hive Gateway links (#79) --- REPORT.md | 4 ++-- gateways/hive-gateway/gateway.json | 4 ++-- website/index.html | 11 ++++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/REPORT.md b/REPORT.md index 177e0af..c0d9f03 100644 --- a/REPORT.md +++ b/REPORT.md @@ -21,8 +21,8 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id ### Hive Gateway -- [Repository](https://github.com/Urigo/graphql-mesh) -- [Website](https://the-guild.dev/graphql/hive) +- [Repository](https://github.com/graphql-hive/gateway) +- [Website](https://the-guild.dev/graphql/hive/docs/gateway)
Results diff --git a/gateways/hive-gateway/gateway.json b/gateways/hive-gateway/gateway.json index df60a75..11e64c8 100644 --- a/gateways/hive-gateway/gateway.json +++ b/gateways/hive-gateway/gateway.json @@ -1,7 +1,7 @@ { "name": "Hive Gateway", - "repository": "https://github.com/Urigo/graphql-mesh", - "website": "https://the-guild.dev/graphql/hive", + "repository": "https://github.com/graphql-hive/gateway", + "website": "https://the-guild.dev/graphql/hive/docs/gateway", "graphql": "http://127.0.0.1:4000/graphql", "health": "http://127.0.0.1:4000/healthcheck" } diff --git a/website/index.html b/website/index.html index 0129c0b..932618b 100644 --- a/website/index.html +++ b/website/index.html @@ -221,7 +221,7 @@

class="p-4 align-middle font-medium border-l-2 border-emerald-500" > @@ -481,7 +481,7 @@

We built this audit for two main reasons. First, as maintainers of Hive Gateway @@ -529,10 +529,11 @@

Apollo Federation and the feedback received from users of GraphQL Mesh - (now Hive Gateway) and + (now Hive Gateway) and
  • Hive GatewayMIT License