diff options
author | 2020-09-04 22:50:04 -0400 | |
---|---|---|
committer | 2020-09-04 22:50:04 -0400 | |
commit | e6feddc952ecb232ac0304ffa698ae707ac39cdb (patch) | |
tree | ad3a57e93abed22682d34a8b820a2cdcaddbaf8e /modules/textadept/menu.lua | |
parent | 65abfec720806e641c64471104d592aaafed26f7 (diff) | |
download | textadept-e6feddc952ecb232ac0304ffa698ae707ac39cdb.tar.gz textadept-e6feddc952ecb232ac0304ffa698ae707ac39cdb.zip |
Renamed doc/ to docs/ and removed bombay dependency.
Added some documentation infrastructure for eventual migration to a new build
service. Use a simple Lua script for generating documentation offline.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 198dda73..6812b062 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -334,8 +334,8 @@ local default_menubar = { }, { title = _L['Help'], - {_L['Show Manual'], function() open_page(_HOME .. '/doc/manual.html') end}, - {_L['Show LuaDoc'], function() open_page(_HOME .. '/doc/api.html') end}, + {_L['Show Manual'], function() open_page(_HOME .. '/docs/manual.html') end}, + {_L['Show LuaDoc'], function() open_page(_HOME .. '/docs/api.html') end}, SEPARATOR, {_L['About'], function() ui.dialogs.msgbox{ |