mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
Fix broken internal links in README
This commit is contained in:
@@ -42,7 +42,7 @@ For a more detailed introduction to Mermaid and some of it's more basic uses, lo
|
|||||||
|
|
||||||
# Diagram Types
|
# Diagram Types
|
||||||
|
|
||||||
### [Flowchart](/flowchart?id=flowcharts-basic-syntax)
|
### [Flowchart](./flowchart.md?id=flowcharts-basic-syntax)
|
||||||
|
|
||||||
```
|
```
|
||||||
graph TD;
|
graph TD;
|
||||||
@@ -54,7 +54,7 @@ graph TD;
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### [Sequence diagram](/sequenceDiagram)
|
### [Sequence diagram](./sequenceDiagram.md)
|
||||||
|
|
||||||
```
|
```
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
@@ -72,7 +72,7 @@ sequenceDiagram
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### [Gantt diagram](/gantt)
|
### [Gantt diagram](./gantt.md)
|
||||||
|
|
||||||
```
|
```
|
||||||
gantt
|
gantt
|
||||||
@@ -89,7 +89,7 @@ Future task2 : des4, after des3, 5d
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### [Class diagram](/classDiagram)
|
### [Class diagram](./classDiagram.md)
|
||||||
|
|
||||||
```
|
```
|
||||||
classDiagram
|
classDiagram
|
||||||
@@ -133,7 +133,7 @@ merge newbranch
|
|||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
### [Entity Relationship Diagram - :exclamation: experimental](/entityRelationshipDiagram)
|
### [Entity Relationship Diagram - :exclamation: experimental](./entityRelationshipDiagram.md)
|
||||||
|
|
||||||
```
|
```
|
||||||
erDiagram
|
erDiagram
|
||||||
@@ -145,7 +145,7 @@ erDiagram
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### [User Journey Diagram](/user-journey)
|
### [User Journey Diagram](./user-journey.md)
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
journey
|
journey
|
||||||
|
Reference in New Issue
Block a user