Merge branch 'master' of github.com:calref/cboe

This commit is contained in:
2015-03-15 23:00:02 -04:00
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";