aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 29a1a85a..53c9d224 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -212,8 +212,8 @@ M.menubar = {
},
{ title = _L['Help'],
{ _L['Show Manual'],
- { utils.open_webpage, _HOME..'/doc/manual/1_Introduction.html' } },
- { _L['Show LuaDoc'], { utils.open_webpage, _HOME..'/doc/index.html' } },
+ { utils.open_webpage, _HOME..'/doc/01_Introduction.html' } },
+ { _L['Show LuaDoc'], { utils.open_webpage, _HOME..'/doc/api/index.html' } },
SEPARATOR,
{ _L['gtk-about'],
{ gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--informative-text',