Update Python URLs

This commit is contained in:
Chocobo1 2018-09-06 16:31:16 +08:00
parent 7d808cfc99
commit f26a5c3581
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View file

@ -251,7 +251,7 @@ PythonInfo Utils::ForeignApps::pythonInfo()
if (!pyInfo.isValid()) {
#if defined(Q_OS_UNIX)
// On Unix-Like Systems python2 and python3 should always exist
// https://legacy.python.org/dev/peps/pep-0394/
// https://www.python.org/dev/peps/pep-0394/
if (testPythonInstallation("python3", pyInfo))
return pyInfo;
if (testPythonInstallation("python2", pyInfo))