Updated url.

This commit is contained in:
Mateusz Zagórski 2022-03-08 13:56:49 +01:00
parent 2c7913a8e6
commit 45a05048fc

View File

@ -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' ),