aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-05-19 09:57:26 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-05-19 09:57:26 -0400
commitb32e903596e8ced8045ffdede91f3cf201977f81 (patch)
tree19f4a6e2eac1988d80542098db04df2ae5a3d655 /modules/textadept/menu.lua
parent3c7932933d96deeec0cda304be95ba373ad8e3ff (diff)
downloadtextadept-b32e903596e8ced8045ffdede91f3cf201977f81.tar.gz
textadept-b32e903596e8ced8045ffdede91f3cf201977f81.zip
Fixed bug in opening Manual from Help menu; modules/textadept/menu.lua
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 836f3328..c6d5d5af 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -192,7 +192,7 @@ local menubar = {
},
{ title = _L['_Help'],
{_L['Show _Manual'],
- {utils.open_webpage, _HOME..'/doc/01_Introduction.html'}},
+ {utils.open_webpage, _HOME..'/doc/manual/01_Introduction.html'}},
{_L['Show _LuaDoc'], {utils.open_webpage, _HOME..'/doc/api/index.html'}},
SEPARATOR,
{_L['_About'],