From: Steve Robbins <steve@sumost.ca>
Date: Sat, 26 Dec 2020 10:20:34 -0600
Subject: Open online manual as Debian cannot ship local copy.

---
 src/ipe/lua/actions.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ipe/lua/actions.lua b/src/ipe/lua/actions.lua
index b0dcd48..cac06ff 100644
--- a/src/ipe/lua/actions.lua
+++ b/src/ipe/lua/actions.lua
@@ -867,7 +867,7 @@ end
 
 -- this function is called without arguments on OSX from ipeAlwaysAction
 function action_manual()
-  local url = config.docdir .. "/manual.html"
+  local url = "http://ipe.otfried.org/manual/manual.html"
   if ipeui.startBrowser then
     if not ipeui.startBrowser("file:///" ..  url) then
       messageBox(nil, "warning", "Manual not available!", url)
