Update documentation URLs

This commit is contained in:
Sylae Corell
2015-03-15 16:54:56 -06:00
parent fc1ec8c858
commit be24641f9f
3 changed files with 3 additions and 3 deletions

View File

@@ -571,7 +571,7 @@ void handle_menu_choice(eMenu item_hit) {
make_cursor_sword();
break;
case eMenu::HELP_TOC:
launchURL("https://calref.net/~sylae/boe-doc/game/Contents.html");
launchURL("https://blades.calref.net/doc/game/Contents.html");
break;
case eMenu::ABOUT_MAGE:
case eMenu::ABOUT_PRIEST:

View File

@@ -319,7 +319,7 @@ void handle_menu_choice(eMenu item_hit) {
edit_stuff_done();
break;
case eMenu::HELP_TOC:
launchURL("https://calref.net/~sylae/boe-doc/game/Editor.html");
launchURL("https://blades.calref.net/doc/game/Editor.html");
break;
}
}

View File

@@ -468,7 +468,7 @@ void handle_menu_choice(eMenu item_hit) {
isHelp = true;
break;
case eMenu::HELP_TOC:
launchURL("https://calref.net/~sylae/boe-doc/editor/About.html");
launchURL("https://blades.calref.net/doc/editor/About.html");
break;
case eMenu::HELP_START:
helpDlog = "help-editing";