Skip to content

Commit 9fd088f

Browse files
committed
[fix] incorrect links in api
1 parent 87a0fb9 commit 9fd088f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/internal/intercept-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ api.intercept(
2525
- `event` - (required) an event to be fired
2626
- `callback` - (required) a callback to be performed (the callback arguments will depend on the event to be fired)
2727
- `config` - (optional) an object that stores the following parameter:
28-
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/js_kanban_detach_method.md) method
28+
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/detach-method.md) method
2929

3030
### Events
3131

docs/api/internal/on-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ api.on(
2626
- `handler` - (required) a handler to be attached (the handler arguments will depend on the event to be fired)
2727
- `config` - (optional) an object that stores the following parameters:
2828
- `intercept` - (optional) if you set `intercept: true` during event listener creation, this event listener will run before all others
29-
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/js_kanban_detach_method.md) method
29+
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/detach-method.md) method
3030

3131
### Events
3232

0 commit comments

Comments
 (0)