From 550cf9b102cd3e2be9cfa81df2a60505f6980fda Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 28 Sep 2021 14:56:13 +0530 Subject: [PATCH] Update n00b-gettingStarted.md Fix Spacing Bug Update live editor links --- docs/n00b-gettingStarted.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index 84ddabeb6..d67b8a3ea 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -10,7 +10,7 @@ This section talks about the different ways to deploy Mermaid. Learning the [Syn ## Four ways of using mermaid: -1. Using the mermaid [Live Editor](https://mermaid-js.github.io/mermaid-live-editor/). +1. Using the Mermaid Live Editor at [mermaid.live](https://mermaid.live). 2. Using [mermaid plugins](./integrations.md) with programs you are familiar with. 3. Calling the Mermaid Javascript API. 4. Deploying Mermaid as a dependency. @@ -19,7 +19,9 @@ This section talks about the different ways to deploy Mermaid. Learning the [Syn > More in depth information can be found on [Usage](./usage.md). -## 1. Using [The Live Editor](https://mermaid-js.github.io/mermaid-live-editor/edit). +## 1. Using the Live Editor + +Available at [mermaid.live](https://mermaid.live) ![EditingProcess](./img/Editing-process.png)