Skip to content

Commit 6295b2b

Browse files
authored
Fixed dead link issue
1 parent 335ad01 commit 6295b2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/global-apis/ace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In the context of Acode plugins, the Ace Global API refers to the Ace editor used within the Acode environment.
44

55
:::info
6-
This api is not the instance of ace editor. For that check out [editorManager](/docs/global-apis/editor-manager)
6+
This api is not the instance of ace editor. For that check out [editorManager](./docs/global-apis/editor-manager)
77
:::
88

99
To explore the detailed documentation and capabilities of the Ace Global API, we recommend referring to the official Ace API documentation available [here](https://ajaxorg.github.io/ace-api-docs/modules/ace.html).
@@ -12,4 +12,4 @@ To explore the detailed documentation and capabilities of the Ace Global API, we
1212

1313
```js {main.js}
1414
ace.require("ace/ext/language_tools");
15-
```
15+
```

0 commit comments

Comments
 (0)