From c18a14facf0bd4e173620fc30046ab4d13cefa6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 2 Jul 2021 16:41:20 +0200 Subject: [PATCH] mermaid: fix official url in docs #11 --- exampleSite/content/credits.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/credits.en.md b/exampleSite/content/credits.en.md index 930c7317a6..91dbaea76b 100644 --- a/exampleSite/content/credits.en.md +++ b/exampleSite/content/credits.en.md @@ -11,7 +11,7 @@ Special thanks to [@matcornic](https://github.com/matcornic) for his work on [le ## Packages and libraries -* [mermaid](https://knsv.github.io/mermaid) - generation of diagram and flowchart from text in a similar manner as markdown +* [mermaid](https://mermaid-js.github.io/mermaid) - generation of diagram and flowchart from text in a similar manner as markdown * [font awesome](http://fontawesome.io/) - the iconic font and CSS framework * [jQuery](https://jquery.com) - The Write Less, Do More, JavaScript Library * [lunr](https://lunrjs.com) - Lunr enables you to provide a great search experience without the need for external, server-side, search services...