diff options
author | 2014-06-30 13:06:25 -0400 | |
---|---|---|
committer | 2014-06-30 13:06:25 -0400 | |
commit | 03b0b8932ea1c41854a487f9fa6555def9b59462 (patch) | |
tree | 491743468203ee0b49729d323a1f224aaf4ef669 /modules/textadept/keys.lua | |
parent | b8a5a15f6171cbedc9007e5b05757aa4b72ff742 (diff) | |
download | textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.tar.gz textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.zip |
Condensed manual and API documentation into single files.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 9d16921e..ba2aac5e 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -572,8 +572,8 @@ keys[not OSX and not CURSES and 'c0' or 'm0'] = utils.reset_zoom -- Help. if not CURSES then - keys.f1 = {utils.open_webpage, _HOME..'/doc/01_Introduction.html'} - keys.sf1 = {utils.open_webpage, _HOME..'/doc/api/index.html'} + keys.f1 = {utils.open_webpage, _HOME..'/doc/manual.html'} + keys.sf1 = {utils.open_webpage, _HOME..'/doc/api.html'} end -- Movement commands. |