From ffae937a9f0b03cdd95851e05b02b594ea7f55dd Mon Sep 17 00:00:00 2001 From: Ashish Keshan Date: Thu, 11 Jul 2024 10:00:47 -0700 Subject: [PATCH] Update README.md --- src/graphql/scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/scripts/README.md b/src/graphql/scripts/README.md index e18ae17cef..aec45b72bd 100644 --- a/src/graphql/scripts/README.md +++ b/src/graphql/scripts/README.md @@ -5,7 +5,7 @@ scripts on a daily basis: ``` src/graphql/scripts/sync.js ``` -These scripts update the [JSON data files](src/graphql/data) used to +These scripts update the [JSON data files](../../../src/graphql/data) used to render GraphQL docs. See the [`src/graphql/README`](../../../src/graphql/README.md) for more info.