From 2526d76a2ef62be0834d4f972fdf6c2c5989a406 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 16 Jun 2022 21:47:01 +0200 Subject: [PATCH] docs: fix docs links --- docs/src/guide/getting-started.md | 2 +- docs/src/guide/vue-flow/slots.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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