Skip to content

Commit

Permalink
Merge pull request #1039 from VitaliiLakusta/patch-1
Browse files Browse the repository at this point in the history
Fix link to examples directory in Federation docs
  • Loading branch information
vektah committed Feb 17, 2020
2 parents 1a68df3 + 4c47ad1 commit 25d1676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25d1676

Please sign in to comment.