From 9c8c64fd1d49dcce3b624e7fdc8f02d9f8756747 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 29 Dec 2022 09:29:05 +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/vue-flow/config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/edge.md b/docs/src/guide/edge.md index d9f2d7e2..bae54518 100644 --- a/docs/src/guide/edge.md +++ b/docs/src/guide/edge.md @@ -102,7 +102,7 @@ You can also apply changes (like removing elements safely) using the [`applyEdgeChanges`](/typedocs/interfaces/Actions#applyedgechanges/) utility function, which expects an array of [changes](/typedocs/types/EdgeChange) to be applied to the currently stored edges. -## [Default Edge-Types](/typedocs/types/DefaultEdgeTypes) +## [Default Edge-Types](/typedocs/interfaces/DefaultEdgeTypes) Vue Flow comes with built-in edges that you can use right out of the box. These edge types include `default` (bezier), `step`, `smoothstep` and `straight`. diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md index 80dd65a9..4b561050 100644 --- a/docs/src/guide/vue-flow/config.md +++ b/docs/src/guide/vue-flow/config.md @@ -215,7 +215,7 @@ const edges = ref([ - Type: [`Record`](/typedocs/types/EdgeComponent) -- Default: [`DefaultEdgeTypes`](/typedocs/types/DefaultEdgeTypes) +- Default: [`DefaultEdgeTypes`](/typedocs/interfaces/DefaultEdgeTypes) - Details: