diff options
Diffstat (limited to 'core/ext')
-rw-r--r-- | core/ext/menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/menu.lua b/core/ext/menu.lua index c603ab81..502f1f1a 100644 --- a/core/ext/menu.lua +++ b/core/ext/menu.lua @@ -506,7 +506,7 @@ local actions = { function() if view.size then view.size = view.size - 10 end end }, -- Help - [ID.MANUAL] = { open_webpage, _HOME..'/doc/manual.html' }, + [ID.MANUAL] = { open_webpage, _HOME..'/doc/manual/1_Introduction.html' }, [ID.LUADOC] = { open_webpage, _HOME..'/doc/index.html' }, } if MAC then actions[ID.PASTE] = { m_editing.smart_paste } end -- fix paste issue |