Edit help menu lua documentation link (#4520)

This commit is contained in:
FiniteStateGit
2021-10-08 06:05:24 -07:00
committed by GitHub
parent 2fb4a9d2c3
commit 591854c384
@@ -395,7 +395,7 @@ namespace LUAEditor
void LUAEditorMainWindow::OnLuaDocumentation()
{
QDesktopServices::openUrl(QUrl("http://docs.aws.amazon.com/lumberyard/latest/developerguide/lua-scripting-intro.html"));
QDesktopServices::openUrl(QUrl("https://o3de.org/docs/user-guide/scripting/lua/"));
}
void LUAEditorMainWindow::OnMenuCloseCurrentWindow()