Skip to content

Commit affc6cc

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugin-essentials/core-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `main.js` file acts as the entry point for your Acode plugin. It is executed
1010

1111
### Access to Acode API
1212

13-
Within `main.js`, you gain access to the Acode API through the global variable [`acode`](/docs/global-apis/acode). This variable serves as your gateway to interact with various Acode methods, enabling seamless integration of your plugin with the editor.
13+
Within `main.js`, you gain access to the Acode API through the global variable [`acode`](./docs/global-apis/acode). This variable serves as your gateway to interact with various Acode methods, enabling seamless integration of your plugin with the editor.
1414

1515
### Registering Your Plugin
1616

0 commit comments

Comments
 (0)