mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +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
|
||||
|
||||
### [Flowchart](/flowchart?id=flowcharts-basic-syntax)
|
||||
### [Flowchart](./flowchart.md?id=flowcharts-basic-syntax)
|
||||
|
||||
```
|
||||
graph TD;
|
||||
@@ -54,7 +54,7 @@ graph TD;
|
||||
|
||||

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

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

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

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

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