Skip to content

Commit 52ba092

Browse files
committed
chore(docs): cleanup dead links
1 parent 4412516 commit 52ba092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/guide/utils/instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ vueFlowInstance.fitView({ padding: 0.25, includeHiddenNodes: true })
8383
vueFlowInstance.fitBounds(getRectOfNodes(nodes.value))
8484
```
8585

86-
## [setTransform](/typedocs/types/SetTransform)
86+
## [setViewport](/typedocs/types/SetViewport)
8787

8888
- Details:
8989

@@ -92,10 +92,10 @@ vueFlowInstance.fitBounds(getRectOfNodes(nodes.value))
9292
- Example:
9393

9494
```ts
95-
vueFlowInstance.setTransform({ x: 100, y: 100, zoom: 1.5 })
95+
vueFlowInstance.setViewport({ x: 100, y: 100, zoom: 1.5 })
9696
```
9797

98-
## [getTransform](/typedocs/types/GetTransform)
98+
## [getViewport](/typedocs/types/GetViewport)
9999

100100
- Details:
101101

0 commit comments

Comments
 (0)