mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
chore: Use mermaid.live as fallback links in button
This commit is contained in:
@@ -120,7 +120,9 @@ function nav() {
|
||||
},
|
||||
{
|
||||
text: '💻 Open Editor',
|
||||
link: '/',
|
||||
link: 'https://mermaid.live/edit',
|
||||
target: '_blank',
|
||||
rel: 'external',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
@@ -17,7 +17,9 @@ hero:
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Try Editor
|
||||
link: /
|
||||
link: https://mermaid.live/edit
|
||||
target: _blank
|
||||
rel: external
|
||||
- theme: alt
|
||||
text: Get started
|
||||
link: /intro/
|
||||
|
Reference in New Issue
Block a user