Skip to content

Commit e044488

Browse files
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 #1971
1 parent 2c3f295 commit e044488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code/language-support/javascript/client/graphql-hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tags:
1010

1111
- 🥇 First-class hooks API
1212
- ⚖️ _Tiny_ bundle: only 7.6kB (2.8 gzipped)
13-
- 📄 Full SSR support: see [graphql-hooks-ssr](packages/graphql-hooks-ssr)
14-
- 🔌 Plugin Caching: see [graphql-hooks-memcache](packages/graphql-hooks-memcache)
13+
- 📄 Full SSR support: see [graphql-hooks-ssr](https://github.com/nearform/graphql-hooks/tree/master/packages/graphql-hooks-ssr)
14+
- 🔌 Plugin Caching: see [graphql-hooks-memcache](https://github.com/nearform/graphql-hooks/tree/master/packages/graphql-hooks-memcache)
1515
- 🔥 No more render props hell
1616
- ⏳ Handle loading and error states with ease
1717

0 commit comments

Comments
 (0)