Skip to content

Commit

Permalink
Merge pull request #4693 from mermaid-js/sidv/fix/4676
Browse files Browse the repository at this point in the history
fix: #4676 redirect fix
  • Loading branch information
sidharthv96 committed Aug 2, 2023
2 parents 1397a87 + 7ebfc27 commit bdd9394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/theme/redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const idRedirectMap: Record<string, string> = {
'n00b-advanced': 'config/n00b-advanced',
'n00b-gettingstarted': 'intro/n00b-gettingStarted',
'n00b-overview': 'community/n00b-overview',
'n00b-syntaxreference': '',
'n00b-syntaxreference': 'intro/n00b-syntaxReference',
newdiagram: 'community/newDiagram',
pie: 'syntax/pie',
plugins: '',
Expand Down

0 comments on commit bdd9394

Please sign in to comment.