From 236830a294406fe21d755a3d61863ebf332330f6 Mon Sep 17 00:00:00 2001 From: pbakker Date: Thu, 17 Oct 2024 14:19:52 -0700 Subject: [PATCH] Fix link to federation spec --- docs/federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/federation.md b/docs/federation.md index 7d667a06..8aea0ae9 100644 --- a/docs/federation.md +++ b/docs/federation.md @@ -4,7 +4,7 @@ Federation is based on the [Federation spec](https://www.apollographql.com/docs/ A DGS is federation-compatible out of the box with the ability to reference and extend federated types. !!!tip "There is more federation documentation available" - * Read the [Federation Spec](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/). + * Read the [Federation Spec](https://www.apollographql.com/docs/graphos/reference/federation/subgraph-spec/). * Check out [Federated Testing](./advanced/federated-testing.md) to learn how to write tests for federated queries.