From be24641f9fa14056eaf0cd7cbc3786a92a279c3c Mon Sep 17 00:00:00 2001 From: Sylae Corell Date: Sun, 15 Mar 2015 16:54:56 -0600 Subject: [PATCH] Update documentation URLs --- src/boe.main.cpp | 2 +- src/pcedit/pc.main.cpp | 2 +- src/scenedit/scen.main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/boe.main.cpp b/src/boe.main.cpp index 1fa4101f..c943812e 100644 --- a/src/boe.main.cpp +++ b/src/boe.main.cpp @@ -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: diff --git a/src/pcedit/pc.main.cpp b/src/pcedit/pc.main.cpp index 42a33793..499a8faf 100644 --- a/src/pcedit/pc.main.cpp +++ b/src/pcedit/pc.main.cpp @@ -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; } } diff --git a/src/scenedit/scen.main.cpp b/src/scenedit/scen.main.cpp index 52b1e494..8e26791a 100644 --- a/src/scenedit/scen.main.cpp +++ b/src/scenedit/scen.main.cpp @@ -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";