From 9d2c8ea316051ef31327ab17323e683deb7bce9e Mon Sep 17 00:00:00 2001 From: Michael Baumgartner Date: Fri, 16 Feb 2024 19:17:13 +0100 Subject: [PATCH] Fix broken link to the tutorial page --- 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 67036195..96340b6c 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -29,7 +29,7 @@ }, { title: 'Tutorial', - href: 'https://mermaid.js.org/config/Tutorials.html' + href: 'https://mermaid.js.org/ecosystem/tutorials.html' }, { title: 'Mermaid',