From 5a0122cec529257fc1ffad61179370089def64d5 Mon Sep 17 00:00:00 2001 From: mupple <50393087+mupple@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:50:07 +1100 Subject: [PATCH] Fix broken link to Tutorials in n00b-overview.md --- docs/n00b-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/n00b-overview.md b/docs/n00b-overview.md index 1c2ee9f05..556e071ba 100644 --- a/docs/n00b-overview.md +++ b/docs/n00b-overview.md @@ -63,7 +63,7 @@ Being based on markdown, mermaid can be used, not only by accomplished front-end In fact one can pick up the syntax for it quite easily from the examples given and there are many tutorials in the internet. ## Mermaid is for everyone. -Video [Tutorials](./getting-started/Tutorials.md) are also available for the mermaid [live editor](https://mermaid-js.github.io/mermaid-live-editor/). +Video [Tutorials](https://mermaid-js.github.io/mermaid/#/./Tutorials) are also available for the mermaid [live editor](https://mermaid-js.github.io/mermaid-live-editor/). For information on how to use mermaid, click [here](https://mermaid-js.github.io/mermaid/#/n00b-gettingStarted). Alternatively, you could also view the [integrations and uses](https://mermaid-js.github.io/mermaid/#/./integrations), to see how mermaid is used.