Skip to content

Commit

Permalink
Fix bad API doc link
Browse files Browse the repository at this point in the history
Corrects the API documentation link to the new location
  • Loading branch information
lambertjosh authored Oct 23, 2024
1 parent a77dce2 commit 10c35c9
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](https://www.apollographql.com/docs/apollo-server/using-federation/api/apollo-gateway).

## Usage

Expand Down

0 comments on commit 10c35c9

Please sign in to comment.