Skip to content

Commit

Permalink
Update Hive Gateway links
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 31, 2024
1 parent 246d86a commit d13f271
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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)

<details>
<summary>Results</summary>
Expand Down
4 changes: 2 additions & 2 deletions gateways/hive-gateway/gateway.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 6 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h2 class="text-gray-500 text-lg md:text-xl">
class="p-4 align-middle font-medium border-l-2 border-emerald-500"
>
<a
href="https://the-guild.dev/graphql/hive"
href="https://the-guild.dev/graphql/hive/docs/gateway"
class="hover:underline"
title="Visit Hive Gateway website"
>
Expand Down Expand Up @@ -451,7 +451,7 @@ <h4 class="pt-4 group" id="why">
We built this audit for two main reasons. First, as maintainers
of
<a
href="https://the-guild.dev/graphql/hive"
href="https://the-guild.dev/graphql/hive/docs/gateway"
title="Visit GraphQL Hive website"
>Hive Gateway</a
>
Expand Down Expand Up @@ -499,10 +499,11 @@ <h4 class="text-lg font-semibold pt-4 group" id="methodology">
Apollo Federation and the feedback received from users of
<a
href="https://the-guild.dev/graphql/mesh"
title="GraphQL Federation Gateway"
title="GraphQL Federation Gateway formerly known as GraphQL Mesh"
>GraphQL Mesh</a
>
(now Hive Gateway) and
(now <a href="https://the-guild.dev/graphql/hive/docs/gateway"
title="Open-Source GraphQL Federation Gateway">Hive Gateway</a>) and
<a
href="https://the-guild.dev/graphql/hive"
title="Open-Source GraphQL Federation Platform: Schema Registry and Observability"
Expand Down Expand Up @@ -549,7 +550,7 @@ <h4 class="text-lg font-semibold pt-4 group" id="methodology">
</li>
<li>
<a
href="http://the-guild.dev/graphql/hive"
href="http://the-guild.dev/graphql/hive/docs/gateway"
title="GraphQL Federation Gateway"
><strong>Hive Gateway</strong></a
><span class="ml-2 text-sm text-gray-500">MIT License</span>
Expand Down

0 comments on commit d13f271

Please sign in to comment.