Skip to content

Commit

Permalink
Fix audit path (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha authored Feb 21, 2024
1 parent 1143810 commit 9f34cdd
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 @@ -19,6 +19,7 @@ export default withGuildDocs({
'/docs/essentials/coverage': '/docs/commands/coverage',
'/docs/essentials/validate': '/docs/commands/validate',
'/docs/essentials/similar': '/docs/commands/similar',
'/docs/essentials/audit': '/docs/commands/audit',
}).map(([from, to]) => ({
source: from,
destination: to,
Expand Down

0 comments on commit 9f34cdd

Please sign in to comment.