From 57eea0f8d55ea118e6f5bb39c38ded7e7c138c73 Mon Sep 17 00:00:00 2001 From: Abrifq Date: Tue, 30 Jan 2024 13:18:32 +0300 Subject: [PATCH] Changed docs domain to mermaid.js.org --- src/routes/edit/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/edit/+page.svelte b/src/routes/edit/+page.svelte index 785ae1c0..a83436ec 100644 --- a/src/routes/edit/+page.svelte +++ b/src/routes/edit/+page.svelte @@ -14,7 +14,7 @@ import type { Tab, DocumentationConfig, EditorMode, ValidatedState } from '$lib/types'; const MCBaseURL = dev ? 'http://localhost:5174' : 'https://mermaidchart.com'; - const docURLBase = 'https://mermaid-js.github.io/mermaid'; + const docURLBase = 'https://mermaid.js.org'; const docMap: DocumentationConfig = { graph: { code: '/syntax/.html',