Skip to content

Commit 789e07b

Browse files
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 <[email protected]>
1 parent 88e7e72 commit 789e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package provides utilities for combining multiple GraphQL microservices int
44

55
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.
66

7-
For complete documentation, see the [Apollo Gateway API reference](https://www.apollographql.com/docs/apollo-server/api/apollo-gateway/).
7+
For complete documentation, see the [Apollo Gateway API reference](/apollo-server/using-federation/api/apollo-gateway).
88

99
## Usage
1010

0 commit comments

Comments
 (0)