Skip to content

Commit f0ffb41

Browse files
authored
Merge pull request #7963 from g1eny0ung/patch-1
Update reference to initialize() call in documentation
2 parents f3dea58 + 45b27a5 commit f0ffb41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intro/syntax-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Here you can edit certain values to change the behavior and appearance of the di
7878

7979
Each of these techniques are functionally equivalent, but better for different deployments.
8080

81-
### [The initialize() call](./getting-started.md#_3-calling-the-javascript-api)
81+
### [The initialize() call](./getting-started.md#_4-calling-the-mermaid-javascript-api)
8282

8383
Used when Mermaid is called via an API, or through a `<script>` tag.
8484

packages/mermaid/src/docs/intro/syntax-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here you can edit certain values to change the behavior and appearance of the di
6060

6161
Each of these techniques are functionally equivalent, but better for different deployments.
6262

63-
### [The initialize() call](./getting-started.md#_3-calling-the-javascript-api)
63+
### [The initialize() call](./getting-started.md#_4-calling-the-mermaid-javascript-api)
6464

6565
Used when Mermaid is called via an API, or through a `<script>` tag.
6666

0 commit comments

Comments
 (0)