From 0829253204605edc21a678edfd09892a8e18aa18 Mon Sep 17 00:00:00 2001 From: Juan Gonzalez Date: Tue, 10 Jan 2023 09:15:38 -0500 Subject: [PATCH] Fix link to mermaid API documentation --- content/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/usage.md b/content/usage.md index 544b2f8..312e48e 100644 --- a/content/usage.md +++ b/content/usage.md @@ -274,7 +274,7 @@ setting the options in mermaid. 4. Instantiation of the configuration using the **mermaid.init** call The list above has two ways to many of doing this. Three are deprecated and will eventually be removed. The list of -configuration objects are described [in the mermaidAPI documentation](mermaidAPI.html). +configuration objects are described [in the mermaidAPI documentation](mermaidAPI.md). ## Using the `mermaidAPI.initialize`/`mermaid.initialize` call