Fixed links

klyse
2019-10-15 15:46:25 +02:00
parent 25f071e214
commit 945d8ff6dc

12
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).