Skip to content

Commit 61a25b2

Browse files
903090: updated sample links
1 parent 5420d05 commit 61a25b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/diagram/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ string data = Diagram.SaveDiagramAsMermaid();
161161
// Loads the Diagram from the saved Mermaid string
162162
await Diagram.LoadDiagramFromMermaidAsync(data);
163163
```
164-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/MermaidSupport/MermaidSupport).
164+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/MermaidSupport).
165165

166166
>**Note:** Mermaid syntax data serialization and deserialization are only supported for Flowchart and Mind map layouts. Please ensure that your diagram uses one of these layouts to successfully load the data.

0 commit comments

Comments
 (0)