From 998c5f7fd9897bbd7aff63b53f3a8c3ebc32f68e Mon Sep 17 00:00:00 2001 From: Lauren Graham Date: Tue, 29 Nov 2022 20:54:26 -0800 Subject: [PATCH] Nav: Fixed broken tutorial link --- src/lib/components/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 3ef0a3c8..12f57577 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -21,7 +21,7 @@ }, { title: 'Tutorial', - href: 'https://github.com/mermaid-js/mermaid/blob/develop/docs/Tutorials.md' + href: 'https://mermaid-js.github.io/mermaid/#/./Tutorials' }, { title: 'Mermaid',