From 775e45bb5eaf89db5e4ce54b65c843858dc2d997 Mon Sep 17 00:00:00 2001 From: Iestyn <33298011+IestynGage@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:18:00 +0100 Subject: [PATCH] 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 * https://github.com/graphql/graphql.github.io/issues/1971 --- src/code/language-support/javascript/client/graphql-hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/language-support/javascript/client/graphql-hooks.md b/src/code/language-support/javascript/client/graphql-hooks.md index eccfe2c72f..ce4cf58c06 100644 --- a/src/code/language-support/javascript/client/graphql-hooks.md +++ b/src/code/language-support/javascript/client/graphql-hooks.md @@ -7,8 +7,8 @@ npm: graphql-hooks - 🥇 First-class hooks API - ⚖️ _Tiny_ bundle: only 7.6kB (2.8 gzipped) -- 📄 Full SSR support: see [graphql-hooks-ssr](packages/graphql-hooks-ssr) -- 🔌 Plugin Caching: see [graphql-hooks-memcache](packages/graphql-hooks-memcache) +- 📄 Full SSR support: see [graphql-hooks-ssr](https://github.com/nearform/graphql-hooks/tree/master/packages/graphql-hooks-ssr) +- 🔌 Plugin Caching: see [graphql-hooks-memcache](https://github.com/nearform/graphql-hooks/tree/master/packages/graphql-hooks-memcache) - 🔥 No more render props hell - ⏳ Handle loading and error states with ease