ui: Wiki is retired now, update URLs

This commit is contained in:
Matt Borgerson 2021-06-13 19:32:43 -07:00 committed by mborgerson
parent 9eefab0e4a
commit f24bcb8bc7
1 changed files with 3 additions and 3 deletions

View File

@ -751,7 +751,7 @@ public:
ImGui::Dummy(ImVec2(0.0f, ImGui::GetStyle().WindowPadding.y));
if (ImGui::Button("Help", ImVec2(120*g_ui_scale, 0))) {
xemu_open_web_browser("https://github.com/mborgerson/xemu/wiki#getting-started");
xemu_open_web_browser("https://xemu.app/docs/getting-started/");
}
ImGui::SameLine();
@ -1108,7 +1108,7 @@ public:
ImGui::Dummy(ImVec2(0.0f, ImGui::GetStyle().WindowPadding.y));
if (ImGui::Button("Help", ImVec2(120*g_ui_scale, 0))) {
xemu_open_web_browser("https://github.com/mborgerson/xemu/wiki/Networking");
xemu_open_web_browser("https://xemu.app/docs/networking/");
}
ImGui::SameLine();
@ -2098,7 +2098,7 @@ static void ShowMainMenu()
{
if (ImGui::MenuItem("Help", NULL))
{
xemu_open_web_browser("https://github.com/mborgerson/xemu/wiki");
xemu_open_web_browser("https://xemu.app/docs/getting-started/");
}
ImGui::MenuItem("Report Compatibility...", NULL, &compatibility_reporter_window.is_open);