docs: fix docs links

This commit is contained in:
bcakmakoglu
2022-06-16 21:47:01 +02:00
committed by Braks
parent c2303f4c2f
commit 2526d76a2e
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ Together we call them
[<span class="font-bold text-green-500">elements</span>](/typedocs/types/Elements.html/).
<span class="font-bold text-blue-500">Each element needs a unique id.</span>
A node also needs a [xy-position](typedocs/interfaces/XYPosition.html). An edge needs at least a
A node also needs a [xy-position](/typedocs/interfaces/XYPosition.html/). An edge needs at least a
source (node id) and a target (node id).
```vue:no-line-numbers