From 945d8ff6dc9851d447b133ee9dd95d2c57ae4c88 Mon Sep 17 00:00:00 2001 From: klyse Date: Tue, 15 Oct 2019 15:46:25 +0200 Subject: [PATCH] Fixed links --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index eaf9f3d..5927539 100644 --- a/Home.md +++ b/Home.md @@ -1,10 +1,10 @@ -[A new project site](http://knsv.github.io/mermaid) has been created as this introduces the possibility to run mermaid in the documentation pages. Read more there: +[A new project site](https://mermaidjs.github.io) has been created as this introduces the possibility to run mermaid in the documentation pages. Read more there: -* [Usage](http://knsv.github.io/mermaid/usage.html) -* [Flowchart syntax](http://knsv.github.io/mermaid/flowchart.html) -* [Sequence diagram syntax](http://knsv.github.io/mermaid/sequenceDiagram.html) -* [Mermaid client](http://knsv.github.io/mermaid/mermaidCLI.html) +* [Usage](https://mermaidjs.github.io/#/usage) +* [Flowchart syntax](https://mermaidjs.github.io/#/flowchart) +* [Sequence diagram syntax](https://mermaidjs.github.io/#/sequenceDiagram) +* [Mermaid client](https://mermaidjs.github.io/#/mermaidCLI) This makes it a little more difficult to update documentation but it is worth the effort. I really encourage a communal approach to writing documentation as this makes them much better, covering more perspectives. -If you want to update the docs, look at the documentation section in the [development page](http://knsv.github.io/mermaid/development.html). +If you want to update the docs, look at the documentation section in the [development page](https://mermaidjs.github.io/#/development).