Skip to content

Commit 775e45b

Browse files
committed
Format link used in tools content from relative to absolute
Previously, the relative link 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, which is why the paths of the links have now changed. Supplementary information * #1971
1 parent e7e6cf9 commit 775e45b

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
@@ -7,8 +7,8 @@ npm: graphql-hooks
77

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

0 commit comments

Comments
 (0)