From 91da0ed4d0ef4e85068936ab3340cdf29ced1fb9 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 1 Feb 2020 22:28:25 -0500 Subject: [PATCH] Update references to the online documentation --- src/game/boe.main.cpp | 2 +- src/pcedit/pc.main.cpp | 2 +- src/scenedit/scen.main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index f0c00020..db6f7499 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -614,7 +614,7 @@ void handle_menu_choice(eMenu item_hit) { case eMenu::HELP_TOC: if(fs::is_directory(progDir/"doc")) launchURL("file://" + (progDir/"doc/game/Contents.html").string()); - else launchURL("https://blades.calref.net/doc/game/Contents.html"); + else launchURL("http://openboe.com/docs/game/Contents.html"); break; case eMenu::ABOUT_MAGE: case eMenu::ABOUT_PRIEST: diff --git a/src/pcedit/pc.main.cpp b/src/pcedit/pc.main.cpp index ecae60af..e2e11420 100644 --- a/src/pcedit/pc.main.cpp +++ b/src/pcedit/pc.main.cpp @@ -374,7 +374,7 @@ void handle_menu_choice(eMenu item_hit) { case eMenu::HELP_TOC: if(fs::is_directory(progDir/"doc")) launchURL("file://" + (progDir/"doc/game/Editor.html").string()); - else launchURL("https://blades.calref.net/doc/game/Editor.html"); + else launchURL("http://openboe.com/docs/game/Editor.html"); break; } } diff --git a/src/scenedit/scen.main.cpp b/src/scenedit/scen.main.cpp index 67ba0b1a..3a994ba1 100644 --- a/src/scenedit/scen.main.cpp +++ b/src/scenedit/scen.main.cpp @@ -571,7 +571,7 @@ void handle_menu_choice(eMenu item_hit) { case eMenu::HELP_TOC: if(fs::is_directory(progDir/"doc")) launchURL("file://" + (progDir/"doc/editor/Contents.html").string()); - else launchURL("https://blades.calref.net/doc/editor/Contents.html"); + else launchURL("http://openboe.com/docs/editor/Contents.html"); break; case eMenu::HELP_START: helpDlog = "help-editing";