From 712a7849ef145ed2eda563140f51b336120b72fe Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Tue, 21 Mar 2023 00:06:21 +0100 Subject: [PATCH] Fix plugin documentation link --- js/interface/menu_bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/interface/menu_bar.js b/js/interface/menu_bar.js index fdd84439..ac3f2c00 100644 --- a/js/interface/menu_bar.js +++ b/js/interface/menu_bar.js @@ -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() {