Skip to content

Commit

Permalink
fix(marketing-links): fixes Mermaid CLI link
Browse files Browse the repository at this point in the history
The old link to the Mermaid CLI is broken.
  • Loading branch information
Addono authored Jul 21, 2020
1 parent 887c7a7 commit ad34194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Edit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ onMount(async () => {
</li>
<li>
<a
href='https://github.com/mermaid-js/mermaid.cli'
href='https://github.com/mermaid-js/mermaid-cli'
target='_blank'
>
Mermaid CLI
Expand All @@ -246,4 +246,4 @@ onMount(async () => {
</div>
</div>
</div>
</div>
</div>

0 comments on commit ad34194

Please sign in to comment.