aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 44a2dd56a..6283effe7 100644
--- a/README.rst
+++ b/README.rst
@@ -36,7 +36,7 @@ Installing PySide on a Windows System
There are two options to install PySide on Windows:
#. Download and install the packages from the `releases page
- <http://releases.qt-project.org/pyside/>`_.
+ <http://download.qt-project.org/official_releases/pyside/>`_.
#. Use setuptools:
@@ -68,7 +68,7 @@ Installing prerequisities
<http://www.python.org/download/>`_.
#. Install `Qt 4.8 libraries for Windows (VS 2008)
- <http://releases.qt-project.org/qt4/source/qt-win-opensource-4.8.4-vs2008.exe>`_.
+ <http://download.qt-project.org/official_releases/qt/4.8/4.8.4/qt-win-opensource-4.8.4-vs2008.exe>`_.
#. Install `Cmake
<http://www.cmake.org/cmake/resources/software.html>`_.
diff --git a/setup.py b/setup.py
index 1450d5654..f517e56fc 100644
--- a/setup.py
+++ b/setup.py
@@ -929,7 +929,7 @@ setup(
author = 'PySide Team',
author_email = 'contact@pyside.org',
url = 'http://www.pyside.org',
- download_url = 'http://releases.qt-project.org/pyside',
+ download_url = 'http://download.qt-project.org/official_releases/pyside/',
license = 'LGPL',
packages = ['PySide', 'pysideuic'],
package_dir = {'': 'pyside_package'},