docs: update dead links
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ const nodes = ref([
|
||||
|
||||
### edges (optional)
|
||||
|
||||
- Type: [`Edge[]`](/typedocs/interfaces/Edge)
|
||||
- Type: [`Edge[]`](/typedocs/types/Edge)
|
||||
|
||||
- Details:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user