From 72b0a416acce9646e97da18118d9ac2f9d730fda Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 21 Jan 2025 17:06:17 +0700 Subject: [PATCH] fix links on index page --- website/pages/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/index.mdx b/website/pages/docs/index.mdx index 4c8fb78b56..7f1e61f04d 100644 --- a/website/pages/docs/index.mdx +++ b/website/pages/docs/index.mdx @@ -7,7 +7,7 @@ GraphQL.JS is the reference implementation to the [GraphQL Specification](https: while closely following the Specification. You can build GraphQL servers, clients, and tools with this library, it's designed so you can choose which parts you use, for example, you can build your own parser -and use the execution/validation from the library. There also a lot of useful utilities for schema-diffing, working with arguments and [many more](./utilities.mdx). +and use the execution/validation from the library. There also a lot of useful utilities for schema-diffing, working with arguments and many more. In the following chapters you'll find out more about the three critical pieces of this library @@ -15,4 +15,4 @@ In the following chapters you'll find out more about the three critical pieces o - Document validation - GraphQL Execution -You can also code along on [a tutorial](./getting-started.mdx). +You can also code along on [a tutorial](/docs/getting-started).