From 7606f4bb1d1324de54cdb54891f8950209743511 Mon Sep 17 00:00:00 2001 From: Trenton Broughton Date: Tue, 22 Feb 2022 21:06:42 -0500 Subject: [PATCH] Fix broken links in docs I believe the wrong link was changed in #1734. This fixes the links. --- docs/content/feature-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/feature-comparison.md b/docs/content/feature-comparison.md index e71b310f1fc..37b3b95fea1 100644 --- a/docs/content/feature-comparison.md +++ b/docs/content/feature-comparison.md @@ -10,7 +10,7 @@ weight: -1 | --------: | :-------- | :-------- | :-------- | :-------- | | Kind | schema first | schema first | run time types | struct first | | Boilerplate | less | more | more | some | -| Docs | [docs](https://gqlgen.com) & [examples](https://github.com/99designs/gqlgen/tree/master/example) | [examples](https://github.com/graph-gophers/graphql-go/tree/master/_examples/starwars) | [examples](https://github.com/graphql-go/graphql/tree/master/examples) | [examples](https://github.com/samsarahq/thunder/tree/master/example)| +| Docs | [docs](https://gqlgen.com) & [examples](https://github.com/99designs/gqlgen/tree/master/_examples) | [examples](https://github.com/graph-gophers/graphql-go/tree/master/example/starwars) | [examples](https://github.com/graphql-go/graphql/tree/master/examples) | [examples](https://github.com/samsarahq/thunder/tree/master/example)| | Query | 👍 | 👍 | 👍 | 👍 | | Mutation | 👍 | 🚧 [pr](https://github.com/graph-gophers/graphql-go/pull/182) | 👍 | 👍 | | Subscription | 👍 | 🚧 [pr](https://github.com/graph-gophers/graphql-go/pull/182) | 👍 | 👍 |