Skip to content

Commit 9f7f6f4

Browse files
authored
docs: update Mermaid name and URLs, fix grammar (#1994)
1 parent 19f23c0 commit 9f7f6f4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Presentation <b>slide</b>s for <b>dev</b>elopers 🧑‍💻👩‍💻👨‍
4444
- 🎙 [**Presenter Mode**](https://sli.dev/guide/ui#presenter-mode) - use another window, or even your phone to control your slides
4545
- 🎨 [**Drawing**](https://sli.dev/features/drawing) - draw and annotate on your slides
4646
- 🧮 [**LaTeX**](https://sli.dev/features/latex) - built-in LaTeX math equations support
47-
- 📰 [**Diagrams**](https://sli.dev/guide/syntax#diagrams) - creates diagrams using textual descriptions with [Mermaid.js](https://mermaid.js.org/)
47+
- 📰 [**Diagrams**](https://sli.dev/guide/syntax#diagrams) - creates diagrams using textual descriptions with [Mermaid](https://mermaid.js.org/)
4848
- 🌟 [**Icons**](https://sli.dev/features/icons) - access to icons from any icon set directly
4949
- 💻 [**Editor**](https://sli.dev/guide/index#editor) - integrated editor, or the [VSCode extension](https://sli.dev/features/vscode-extension)
5050
- 🎥 [**Recording**](https://sli.dev/features/recording) - built-in recording and camera view

docs/custom/config-mermaid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineMermaidSetup(() => {
1414
})
1515
```
1616

17-
The return value should be the custom configs for [Mermaid.js](https://mermaid.js.org/). Refer to the [Mermaid's documentation](http://mermaid.js.org/config/schema-docs/config.html) or the type definition for the full config list.
17+
The return value should be the custom configs for [Mermaid](https://mermaid.js.org/). Refer to the [Mermaid documentation](https://mermaid.js.org/config/schema-docs/config.html) or the type definition for the full config list.
1818

1919
## Custom theme/styles
2020

docs/features/mermaid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
relates:
3-
- Mermaid: http://mermaid.js.org/
3+
- Mermaid: https://mermaid.js.org/
44
- Mermaid Live Editor: https://mermaid.live/
55
- Demo Slide: https://sli.dev/demo/starter/12
66
- features/plantuml
@@ -9,9 +9,9 @@ description: |
99
Create diagrams/graphs from textual descriptions, powered by Mermaid.
1010
---
1111

12-
# Mermaid.js Diagrams
12+
# Mermaid Diagrams
1313

14-
You can also create diagrams/graphs from textual descriptions in your Markdown, powered by [Mermaid](https://mermaid-js.github.io/mermaid).
14+
You can also create diagrams/graphs from textual descriptions in your Markdown, powered by [Mermaid](https://mermaid.js.org/).
1515

1616
Code blocks marked as `mermaid` will be converted to diagrams, for example:
1717

@@ -34,4 +34,4 @@ C -->|Two| E[Result 2]
3434
```
3535
````
3636

37-
Visit the [Mermaid Website](http://mermaid.js.org/) for more information.
37+
Visit the [Mermaid Website](https://mermaid.js.org/) for more information.

docs/guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Slidev supports LaTeX blocks for mathematical and chemical formulas:
157157

158158
## Diagrams {#diagrams}
159159

160-
Slidev supports [Mermaid.js](http://mermaid.js.org/) and [PlantUML](https://plantuml.com/) for creating diagrams from text:
160+
Slidev supports [Mermaid](https://mermaid.js.org/) and [PlantUML](https://plantuml.com/) for creating diagrams from text:
161161

162162
<LinkCard link="features/mermaid" />
163163
<LinkCard link="features/plantuml" />

0 commit comments

Comments
 (0)