From 700f0eae79da0726098418261bb179decd0f80b1 Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:44:51 -0500 Subject: [PATCH] docs: Update Apollo Federation link (#2059) ### :pencil: Description Hi, I noticed that the Apollo Federation link is broken on the Getting Started page. This PR is to update the link. ![CleanShot 2024-11-20 at 19 05 34@2x](https://github.com/user-attachments/assets/f3720cfb-bff8-4115-ac81-8b03993e31be) ### :link: Related Issues --- website/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started.mdx b/website/docs/getting-started.mdx index 9a5643db03..812cd3e072 100644 --- a/website/docs/getting-started.mdx +++ b/website/docs/getting-started.mdx @@ -50,7 +50,7 @@ See the docs in [Schema Generator Getting Started](./schema-generator/schema-gen ### Apollo Federation -Using `graphql-kotlin-federation`, you can generate an [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/) compliant schema. +Using `graphql-kotlin-federation`, you can generate an [Apollo Federation](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/federation) compliant schema. See the docs in [Apollo Federation](./schema-generator/federation/apollo-federation.mdx).