Merge pull request #4693 from mermaid-js/sidv/fix/4676

fix: #4676 redirect fix
This commit is contained in:
Sidharth Vinod 2023-08-02 09:40:37 +05:30 committed by GitHub
commit bdd9394d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: '',