diff --git a/modules/gmake/gmake_workspace.lua b/modules/gmake/gmake_workspace.lua index 87070f45..1bf6afd8 100644 --- a/modules/gmake/gmake_workspace.lua +++ b/modules/gmake/gmake_workspace.lua @@ -92,7 +92,7 @@ end _p(1,'@echo ""') - _p(1,'@echo "For more information, see http://industriousone.com/premake/quick-start"') + _p(1,'@echo "For more information, see https://github.com/premake/premake-core/wiki"') end diff --git a/modules/gmake2/gmake2_workspace.lua b/modules/gmake2/gmake2_workspace.lua index a8a25920..e5784ace 100644 --- a/modules/gmake2/gmake2_workspace.lua +++ b/modules/gmake2/gmake2_workspace.lua @@ -106,7 +106,7 @@ end _p(1,'@echo ""') - _p(1,'@echo "For more information, see http://industriousone.com/premake/quick-start"') + _p(1,'@echo "For more information, see https://github.com/premake/premake-core/wiki"') end diff --git a/src/base/help.lua b/src/base/help.lua index 6d43478d..42697c7f 100644 --- a/src/base/help.lua +++ b/src/base/help.lua @@ -69,7 +69,7 @@ -- see more - printf("For additional information, see http://industriousone.com/premake") + printf("For additional information, see https://premake.github.io") end