From b8582808982a22be09d80730ff29706c0f78ce68 Mon Sep 17 00:00:00 2001 From: Christoph Niemann Date: Wed, 21 Apr 2021 22:30:03 +0200 Subject: [PATCH] Update AUTHORING.rdoc Mermaid docs moved from knsv to mermaid-js --- documentation/AUTHORING.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/AUTHORING.rdoc b/documentation/AUTHORING.rdoc index 16d1cafb4..f029c9086 100644 --- a/documentation/AUTHORING.rdoc +++ b/documentation/AUTHORING.rdoc @@ -333,7 +333,7 @@ For example: == Rendering Diagrams -Showoff includes the {Mermaid}[http://knsv.github.io/mermaid] diagram renderer, which allows +Showoff includes the {Mermaid}[https://mermaid-js.github.io/] diagram renderer, which allows you to describe diagrams with a simple language and style them with CSS. To do so, create a code block using a highlight style of render-diagram. @@ -356,7 +356,7 @@ For example: Create tests for renderer :2d Add to mermaid :1d -See http://knsv.github.io/mermaid/index.html#flowcharts-basic-syntax for a syntax tutorial. +See https://mermaid-js.github.io/mermaid/#/flowchart for a syntax tutorial. = Forms