From 6df5746064f28816ded6daba59b0f6063ba42619 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:03:27 +0100 Subject: [PATCH] docs: update dead links Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/src/guide/edge.md | 2 +- docs/src/guide/getting-started.md | 2 +- docs/src/guide/vue-flow/config.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/guide/edge.md b/docs/src/guide/edge.md index 748c1e67..d9f2d7e2 100644 --- a/docs/src/guide/edge.md +++ b/docs/src/guide/edge.md @@ -7,7 +7,7 @@ They cannot exist on their own and need nodes to which they are connected. Each edge requires a unique id, a source node and a target node id. Anything else is optional. -You can check the full options for an edge element in the TypeDocs [here](/typedocs/interfaces/Edge). +You can check the full options for an edge element in the TypeDocs [here](/typedocs/types/Edge). ## Usage diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index 6c0528a6..a766042d 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -18,7 +18,7 @@ pnpm i @vue-flow/core ## Usage A flow consists of [nodes](/typedocs/interfaces/Node) -and (optionally) [edges](/typedocs/interfaces/Edge). +and (optionally) [edges](/typedocs/types/Edge). Together we call them [elements](/typedocs/types/Elements). diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md index 10feda16..80dd65a9 100644 --- a/docs/src/guide/vue-flow/config.md +++ b/docs/src/guide/vue-flow/config.md @@ -141,7 +141,7 @@ const nodes = ref([ ### edges (optional) -- Type: [`Edge[]`](/typedocs/interfaces/Edge) +- Type: [`Edge[]`](/typedocs/types/Edge) - Details: