From 789e07bd50d3569ab02ec65359e755c786d95458 Mon Sep 17 00:00:00 2001 From: Joshua Lambert <25085430+lambertjosh@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:08:16 -0400 Subject: [PATCH] Fix incorrect Gateway API documentation link (#3174) This PR attempts to corrects the API documentation link to the new location, which I believe is: https://www.apollographql.com/docs/apollo-server/using-federation/api/apollo-gateway. Currently the existing link 404's. --------- Co-authored-by: Maria Elisabeth Schreiber --- gateway-js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway-js/README.md b/gateway-js/README.md index 3f245b5a1..f55d6045e 100644 --- a/gateway-js/README.md +++ b/gateway-js/README.md @@ -4,7 +4,7 @@ This package provides utilities for combining multiple GraphQL microservices int Each microservice should implement the [federation schema specification](https://www.apollographql.com/docs/apollo-server/federation/subgraph-spec/). This can be done either through [Apollo Federation](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) or a variety of other open source products. -For complete documentation, see the [Apollo Gateway API reference](https://www.apollographql.com/docs/apollo-server/api/apollo-gateway/). +For complete documentation, see the [Apollo Gateway API reference](/apollo-server/using-federation/api/apollo-gateway). ## Usage