docs: update dead links

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-19 21:03:27 +01:00
committed by Braks
parent cf46cc88b3
commit 6df5746064
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ They cannot exist on their own and need nodes to which they are connected.
Each edge <span class="font-bold text-blue-500">requires a unique id, a source node and a target node id.</span>
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

View File

@@ -18,7 +18,7 @@ pnpm i @vue-flow/core
## Usage
A flow consists of [<span class="font-bold text-blue-500">nodes</span>](/typedocs/interfaces/Node)
and (optionally) [<span class="font-bold text-purple-500">edges</span>](/typedocs/interfaces/Edge).
and (optionally) [<span class="font-bold text-purple-500">edges</span>](/typedocs/types/Edge).
Together we call them
[<span class="font-bold text-green-500">elements</span>](/typedocs/types/Elements).

View File

@@ -141,7 +141,7 @@ const nodes = ref([
### edges (optional)
- Type: [`Edge[]`](/typedocs/interfaces/Edge)
- Type: [`Edge[]`](/typedocs/types/Edge)
- Details: