diff --git a/M2TWEOP Code/M2TWEOP GUI/mainUI.cpp b/M2TWEOP Code/M2TWEOP GUI/mainUI.cpp index 74691a41..458a00fc 100644 --- a/M2TWEOP Code/M2TWEOP GUI/mainUI.cpp +++ b/M2TWEOP Code/M2TWEOP GUI/mainUI.cpp @@ -155,7 +155,7 @@ namespace mainUI if (ImGui::Button("Documentation", helpers::getScreen().centerXButton)) { - ShellExecuteA(NULL, "open", "https://youneuoy.github.io/M2TWEOP-library/_static/LuaLib/index.html", NULL, NULL, SW_SHOWNORMAL); + ShellExecuteA(NULL, "open", "eopData\\helpPages\\index.html", NULL, NULL, SW_SHOWNORMAL); } if (ImGui::Button("Website", helpers::getScreen().centerXButton)) {