Skip to content

Commit fc75fcd

Browse files
authored
Documentation (#6568)
Closes #6567
1 parent 43ed6fa commit fc75fcd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/reference/diagrams.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ different technical components, and are a great addition to project
99
documentation. Material for MkDocs integrates with [Mermaid.js], a very
1010
popular and flexible solution for drawing diagrams.
1111

12-
[Mermaid.js]: https://mermaid-js.github.io/mermaid/
12+
[Mermaid.js]: https://mermaid.js.org/
1313

1414
## Configuration
1515

@@ -78,7 +78,7 @@ graph LR
7878

7979
</div>
8080

81-
[Flowcharts]: https://mermaid-js.github.io/mermaid/#/flowchart
81+
[Flowcharts]: https://mermaid.js.org/syntax/flowchart.html
8282

8383
### Using sequence diagrams
8484

@@ -118,7 +118,7 @@ sequenceDiagram
118118

119119
</div>
120120

121-
[Sequence diagrams]: https://mermaid-js.github.io/mermaid/#/sequenceDiagram
121+
[Sequence diagrams]: https://mermaid.js.org/syntax/sequenceDiagram.html
122122

123123
### Using state diagrams
124124

@@ -160,7 +160,7 @@ stateDiagram-v2
160160

161161
</div>
162162

163-
[State diagrams]: https://mermaid-js.github.io/mermaid/#/stateDiagram
163+
[State diagrams]: https://mermaid.js.org/syntax/stateDiagram.html
164164

165165
### Using class diagrams
166166

@@ -232,7 +232,7 @@ classDiagram
232232

233233
</div>
234234

235-
[Class diagrams]: https://mermaid-js.github.io/mermaid/#/classDiagram
235+
[Class diagrams]: https://mermaid.js.org/syntax/classDiagram.html
236236

237237
### Using entity-relationship diagrams
238238

@@ -268,7 +268,7 @@ erDiagram
268268

269269
</div>
270270

271-
[entity-relationship diagram]: https://mermaid-js.github.io/mermaid/#/entityRelationshipDiagram
271+
[entity-relationship diagram]: https://mermaid.js.org/syntax/entityRelationshipDiagram.html
272272

273273
### Other diagram types
274274

@@ -278,8 +278,8 @@ Besides the diagram types listed above, [Mermaid.js] provides support for
278278
for MkDocs. Those diagrams should still work as advertised by [Mermaid.js], but
279279
we don't consider them a good choice, mostly as they don't work well on mobile.
280280

281-
[pie charts]: https://mermaid-js.github.io/mermaid/#/pie
282-
[gantt charts]: https://mermaid-js.github.io/mermaid/#/gantt
283-
[user journeys]: https://mermaid-js.github.io/mermaid/#/user-journey
284-
[git graphs]: https://mermaid-js.github.io/mermaid/#/gitgraph
285-
[requirement diagrams]: https://mermaid-js.github.io/mermaid/#/requirementDiagram
281+
[pie charts]: https://mermaid.js.org/syntax/pie.html
282+
[gantt charts]: https://mermaid.js.org/syntax/gantt.html
283+
[user journeys]: https://mermaid.js.org/syntax/userJourney.html
284+
[git graphs]: https://mermaid.js.org/syntax/gitgraph.html
285+
[requirement diagrams]: https://mermaid.js.org/syntax/requirementDiagram.html

0 commit comments

Comments
 (0)