From 460ccd9b34476d8875a20a157172372478aef7aa Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Thu, 22 Oct 2020 14:56:56 +0200 Subject: [PATCH] Added link to example --- docs/tutorials-and-community/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials-and-community/development.md b/docs/tutorials-and-community/development.md index d5281f2cd..6a02c7778 100644 --- a/docs/tutorials-and-community/development.md +++ b/docs/tutorials-and-community/development.md @@ -53,7 +53,7 @@ The docs are located in the `docs` folder and are written in MarkDown. Just pick **All the documents displayed in the github.io page are listed in [sidebar.md](https://github.com/mermaid-js/mermaid/edit/develop/docs/assets/_sidebar.md). Click edit it to see them. -The contents of http://mermaid-js.github.io/mermaid/ are based on the docs from **Master** Branch. +The contents of [http://mermaid-js.github.io/mermaid/](https://mermaid-js.github.io/mermaid/) are based on the docs from **Master** Branch. ## How to Contribute to Docs