Skip to content

Commit

Permalink
Fix /graphql/inspector/docs/essentials/introspect link. (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha authored Apr 17, 2024
1 parent bdb8a1c commit c6a20a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default withGuildDocs({
'/docs/essentials/validate': '/docs/commands/validate',
'/docs/essentials/similar': '/docs/commands/similar',
'/docs/essentials/audit': '/docs/commands/audit',
'/docs/essentials/introspect': '/docs/commands/introspect',
}).map(([from, to]) => ({
source: from,
destination: to,
Expand Down

0 comments on commit c6a20a4

Please sign in to comment.