From 4c47ad16341cd1dfa9ec5e35aa0a99a7d102fb66 Mon Sep 17 00:00:00 2001 From: Vitalii Lakusta Date: Mon, 17 Feb 2020 17:02:10 +0200 Subject: [PATCH] Fix link to examples directory in Federation docs --- docs/content/recipes/federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/recipes/federation.md b/docs/content/recipes/federation.md index 91e3f23a3d..656c9b7547 100644 --- a/docs/content/recipes/federation.md +++ b/docs/content/recipes/federation.md @@ -6,7 +6,7 @@ menu: { main: { parent: 'recipes' } } --- In this quick guide we are going to implement the example [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/) -server in gqlgen. You can find the finished result in the [examples directory](/example/federation). +server in gqlgen. You can find the finished result in the [examples directory](https://github.com/99designs/gqlgen/tree/master/example/federation). ## Create the federated servers