From a5eba40ecc99f4ccdbc820e3854c3a23745eaefd Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Sun, 21 Oct 2018 15:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor/menubar/HelpMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowEditor.Web/src/editor/menubar/HelpMenu.js b/ShadowEditor.Web/src/editor/menubar/HelpMenu.js index bc7cc575..3bf025b1 100644 --- a/ShadowEditor.Web/src/editor/menubar/HelpMenu.js +++ b/ShadowEditor.Web/src/editor/menubar/HelpMenu.js @@ -46,7 +46,7 @@ HelpMenu.prototype.render = function () { cls: 'option', html: '文档', onClick: () => { - window.open('https://tengge1.github.io/ShadowEditor/docs/release/index.html', '_blank'); + window.open('https://tengge1.github.io/ShadowEditor/', '_blank'); } }, { xtype: 'div',