Skip to content

Commit

Permalink
Fix incorrect Gateway API documentation link (#3174)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
lambertjosh and Meschreiber authored Oct 31, 2024
1 parent 88e7e72 commit 789e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 789e07b

Please sign in to comment.