Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken internal links in README #2145

Merged
merged 1 commit into from
Jul 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -54,7 +54,7 @@ graph TD;

![Flowchart](img/flow.png)

### [Sequence diagram](/sequenceDiagram)
### [Sequence diagram](./sequenceDiagram.md)

```
sequenceDiagram
Expand All @@ -72,7 +72,7 @@ sequenceDiagram

![Sequence diagram](img/sequence.png)

### [Gantt diagram](/gantt)
### [Gantt diagram](./gantt.md)

```
gantt
Expand All @@ -89,7 +89,7 @@ Future task2 : des4, after des3, 5d

![Gantt diagram](img/gantt.png)

### [Class diagram](/classDiagram)
### [Class diagram](./classDiagram.md)

```
classDiagram
Expand Down Expand Up @@ -133,7 +133,7 @@ merge newbranch
```
![Git graph](img/git.png)

### [Entity Relationship Diagram - :exclamation: experimental](/entityRelationshipDiagram)
### [Entity Relationship Diagram - :exclamation: experimental](./entityRelationshipDiagram.md)

```
erDiagram
Expand All @@ -145,7 +145,7 @@ erDiagram

![ER diagram](img/simple-er.png)

### [User Journey Diagram](/user-journey)
### [User Journey Diagram](./user-journey.md)

```markdown
journey
Expand Down