You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/global-apis/ace.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
In the context of Acode plugins, the Ace Global API refers to the Ace editor used within the Acode environment.
4
4
5
5
:::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)
7
7
:::
8
8
9
9
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
0 commit comments