From 53a539e84b0b61c524f661c44c1891d882b4cf66 Mon Sep 17 00:00:00 2001 From: Bartek Ciszkowski Date: Wed, 10 Nov 2021 21:13:32 -0400 Subject: [PATCH] Remove reference to non-existant Markdown file The two links, were linking to Live-Editor.md, which did not exist at time of this commit. Instead, have the link point to the live editor. --- docs/Configuration.md | 2 +- docs/n00b-syntaxReference.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 543bee876..b121f3a06 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -5,7 +5,7 @@ Configuration is the second half of Mermaid, after deployment. Together Deployme This section will introduce the different methods of configuring of the behaviors and appearances of Mermaid Diagrams. The Following are the most commonly used methods, and are all tied to Mermaid [Deployment](./n00b-gettingStarted.md) methods. -## Configuration Section in the [Live Editor](./Live-Editor.md). +## Configuration Section in the [Live Editor](https://mermaid-js.github.io/mermaid-live-editor). ## The `initialize()` call, for when Mermaid is called via an API, or through a