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

View File

@@ -1,7 +1,7 @@
# Slots
Vue Flow provides several slots for customization.
In addition to the node and edge slots (see the guide on [nodes](/guide/nodes.html) and [edges](/guide/edges.html)),
In addition to the node and edge slots (see the guide on [nodes](/guide/node.html) and [edges](/guide/edge.html)),
there are a number of other slots you can use to customize the visualization.
## Default