Update references to the online documentation

This commit is contained in:
2020-02-01 22:28:25 -05:00
parent be28588c92
commit 91da0ed4d0
3 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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;
}
}

View File

@@ -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";