From 1329e9cd55f2741d1d8924b416b1646c23e7dee0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 22 Mar 2012 09:06:19 -0400 Subject: Updated paths to Manual and LuaDoc in menus and key commands. --- modules/textadept/menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/menu.lua') 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', -- cgit v1.2.3