Update references to the online documentation
This commit is contained in:
@@ -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:
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user