From f63c416a3d8024ef87936476308da1c77832fc24 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 14 Jun 2023 22:55:23 +0530 Subject: [PATCH] Update links --- src/lib/components/Navbar.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 7d826ae3..208af606 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -18,11 +18,11 @@ const links: Link[] = [ { title: 'Documentation', - href: 'https://mermaid-js.github.io/mermaid/intro/n00b-gettingStarted.html' + href: 'https://mermaid.js.org/intro/n00b-gettingStarted.html' }, { title: 'Tutorial', - href: 'https://mermaid-js.github.io/mermaid/config/Tutorials.html' + href: 'https://mermaid.js.org/config/Tutorials.html' }, { title: 'Mermaid',