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

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