Skip to content

Commit aac4a3b

Browse files
committed
docs: Fix a recently-broken link
1 parent 09cf1b5 commit aac4a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Advanced/Tasks Api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ console.log(taskLine);
8888
One of the most common usage scenarios is probably in combination with the [QuickAdd](https://github.com/chhoumann/quickadd) plugin
8989
to automatically add tasks to a specific file.
9090

91-
See [[QuickAdd#Launching the Edit task modal via QuickAdd|Launching the Edit task modal via QuickAdd]] for full details of how to do this.
91+
See [[QuickAdd#Launching the Create task modal via QuickAdd|Launching the Create task modal via QuickAdd]] for full details of how to do this.
9292

9393
## `editTaskLineModal(taskLine: string): Promise<string>;`
9494

9595
> [!released]
9696
> This method was introduced in Tasks X.Y.Z.
9797
98-
This method opens the Tasks [[Create or edit Task|Create or edit task UI]] with the provided task line pre-filled for editing.
98+
This method opens the Tasks [[Create or edit Task|Create or edit task UI]] with the provided task line pre-filled for editing.
9999
If data entry is cancelled, an empty string is returned.
100100

101101
```javascript

0 commit comments

Comments
 (0)