Skip to content

Commit d859ee2

Browse files
authored
fix(menus.md): fix link to command API... (#130)
...because the link previously there is not where the `is_enabled`, `is_visible`, `is_checked` and `description` methods are actually documented. The page was correct, but the anchor name is different. This PR fixes that.
1 parent b9e16a4 commit d859ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/customization/menus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ without arguments.
286286
Some of these methods also have an influence on the Command Palette.
287287

288288
::: info See Also
289-
[Official API Documentation on the Command interface](https://www.sublimetext.com/docs/api_reference.html#sublime_plugin.ApplicationCommand)
289+
[Official API Documentation on the Command interface](https://www.sublimetext.com/docs/api_reference.html#sublime_plugin.Command)
290290
:::
291291

292292
## Context Menus in the Side Bar

0 commit comments

Comments
 (0)