docs: update dead links

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-29 09:32:27 +01:00
committed by Braks
parent 37f4985c2f
commit 9c8c64fd1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`.
+1 -1
View File
@@ -215,7 +215,7 @@ const edges = ref([
- Type: [`Record<string, EdgeComponent>`](/typedocs/types/EdgeComponent)
- Default: [`DefaultEdgeTypes`](/typedocs/types/DefaultEdgeTypes)
- Default: [`DefaultEdgeTypes`](/typedocs/interfaces/DefaultEdgeTypes)
- Details: