diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index b3df3a48..32b64157 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -34,7 +34,7 @@ Together we call them [elements](/typedocs/types/Elements.html/). Each element needs a unique id. -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 diff --git a/docs/src/guide/vue-flow/slots.md b/docs/src/guide/vue-flow/slots.md index df93a76a..ae700526 100644 --- a/docs/src/guide/vue-flow/slots.md +++ b/docs/src/guide/vue-flow/slots.md @@ -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