Commit e044488
authored
Fix broken links used in graphql-hooks.md (#2205)
## Description
Previously,
[tools-and-libraries](https://graphql.org/community/tools-and-libraries/)
webpage graphql-hooks README section's relative links would resolve to:
* https://graphql.org/community/packages/graphql-hooks-ssr/
* https://graphql.org/community/packages/graphql-hooks-memcache/
Both of these are incorrect and would display a 404. `GraphQL-hooks`
wants to link to its directories in its GitHub project.
Closes #19711 parent 2c3f295 commit e044488
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments