From 1b7b48485d11bd861106a3c175da6b8c8a32e350 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 28 Mar 2024 11:44:20 +0100 Subject: [PATCH] fix --- website/theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/theme.config.tsx b/website/theme.config.tsx index 5c34feca6c..5eb2256d53 100644 --- a/website/theme.config.tsx +++ b/website/theme.config.tsx @@ -189,7 +189,7 @@ export default { key: "graphqlconf-2024", }, logo: graphQLLogo, - docsRepositoryBase: "https://github.com/graphql/graphql.github.io/website", + docsRepositoryBase: "https://github.com/graphql/graphql.github.io/tree/source/website", color: { hue: 319, },