Skip to content

Commit 2baae70

Browse files
authored
fix: wrong ace api link
1 parent 15efe52 commit 2baae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/global-apis/editor-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `editorManager` allows to interact with the Editor Instance and listen to va
77
## Methods and Properties
88

99
### `editor`
10-
This is an instance of the Ace editor. Check out editor methods [here](https://ajaxorg.github.io/ace-api-docs/interfaces/ace.Ace.Editor.html)
10+
This is an instance of the Ace editor. Check out editor methods [here](https://ajaxorg.github.io/ace-api-docs/classes/ace.Editor-1.html)
1111

1212
- `addCommand(args: string | object)` This method allows you add a command to command palette of Acode app. You can use it like:
1313
```javascript

0 commit comments

Comments
 (0)