Skip to content

Commit 72b0a41

Browse files
committed
fix links on index page
1 parent a46ae20 commit 72b0a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ GraphQL.JS is the reference implementation to the [GraphQL Specification](https:
77
while closely following the Specification.
88

99
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
10-
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).
10+
and use the execution/validation from the library. There also a lot of useful utilities for schema-diffing, working with arguments and many more.
1111

1212
In the following chapters you'll find out more about the three critical pieces of this library
1313

1414
- The GraphQL language
1515
- Document validation
1616
- GraphQL Execution
1717

18-
You can also code along on [a tutorial](./getting-started.mdx).
18+
You can also code along on [a tutorial](/docs/getting-started).

0 commit comments

Comments
 (0)