Skip to content

Commit

Permalink
Fix broken links in docs (#1983)
Browse files Browse the repository at this point in the history
I believe the wrong link was changed in #1734. This fixes the links.
  • Loading branch information
trenton42 authored Feb 25, 2022
1 parent a0c856b commit f17ca15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/feature-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | πŸ‘ | πŸ‘ |
Expand Down

0 comments on commit f17ca15

Please sign in to comment.