Skip to content

Commit

Permalink
Open local Lua docs instead of online docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Nov 7, 2024
1 parent 2f6e9ae commit 4768183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP GUI/mainUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 4768183

Please sign in to comment.