From 6379320b8312cc03365a022ce1a08c618d9a9bda Mon Sep 17 00:00:00 2001 From: Anish Karandikar Date: Sun, 11 Jul 2021 10:45:48 -0700 Subject: [PATCH] docs(README): Point to live editor Perhaps it makes more sense to point directly to the live editor where a user can start playing around, instead of the repo for the live editor (which is still reachable from the editor itself). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381f33e873..680da8059e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ But not having diagrams or docs ruins productivity and hurts organizational lear Mermaid addresses this problem by cutting the time, effort and tooling that is required to create modifiable diagrams and charts, for smarter and more reusable content. The text definitions for Mermaid diagrams allows for it to be updated easily, it can also be made part of production scripts (and other pieces of code). So less time needs to be spent on documenting, as a separate and laborious task.
-Even non-programmers can create diagrams through the [Mermaid Live Editor](https://github.com/mermaid-js/mermaid-live-editor).
+Even non-programmers can create diagrams through the [Mermaid Live Editor](https://mermaid-js.github.io/mermaid-live-editor/).
[Tutorials](./docs/Tutorials.md) has video tutorials. Use Mermaid with your favorite applications, check out the list of [Integrations and Usages of Mermaid](./docs/integrations.md).