From 45a05048fc24944d2a4791ed0dee6c31568d158c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Zag=C3=B3rski?= Date: Tue, 8 Mar 2022 13:56:49 +0100 Subject: [PATCH] Updated url. --- src/mermaidui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mermaidui.js b/src/mermaidui.js index de7d10ba5..8e184c218 100644 --- a/src/mermaidui.js +++ b/src/mermaidui.js @@ -86,7 +86,7 @@ export default class MermaidUI extends Plugin { editor.ui.componentFactory.add( 'mermaidInfo', locale => { const buttonView = new ButtonView( locale ); - const link = 'https://mermaid-js.github.io/mermaid/#/flowchart'; + const link = 'https://ckeditor.com/blog/github-writer-now-available-with-mermaid-support/'; buttonView.set( { label: t( 'Read more about Mermaid diagram syntax' ),