Skip to content

Commit b892513

Browse files
authored
Update parser.mdx
1 parent d41b240 commit b892513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/getting-started/parser.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ schema. The parser uses `graphql-tools` and it's loaders, that means you can eit
6161
path to a local `.json` (introspection) file, or a path to a local `.graphql` file(s). You can also
6262
use Glob expressions to load multiple files.
6363

64-
[You can find more detail on the `parserOptions` config here](parser-options.md).
64+
[You can find more detail on the `parserOptions` config here](/docs/parser-options).
6565

6666
Providing the schema will make sure that rules that needs it will be able to access it, and it
6767
enriches every converted AST node with `typeInfo`.

0 commit comments

Comments
 (0)