mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Fix plugin documentation link
This commit is contained in:
parent
4fd20c310c
commit
712a7849ef
@ -447,7 +447,7 @@ const MenuBar = {
|
||||
{name: 'menu.help.developer', id: 'developer', icon: 'fas.fa-wrench', children: [
|
||||
'reload_plugins',
|
||||
{name: 'menu.help.plugin_documentation', id: 'plugin_documentation', icon: 'fa-book', click: () => {
|
||||
Blockbench.openLink('https://www.blockbench.net/wiki/api/index');
|
||||
Blockbench.openLink('https://www.blockbench.net/wiki/docs/plugin');
|
||||
}},
|
||||
'open_dev_tools',
|
||||
{name: 'Error Log', condition: () => window.ErrorLog.length, icon: 'error', color: 'red', keybind: {toString: () => window.ErrorLog.length.toString()}, click() {
|
||||
|
Loading…
Reference in New Issue
Block a user