aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-08-29 13:34:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-08-30 06:16:01 +0000
commitb2853635a95a7109271f961953b00dac83a19950 (patch)
tree6a9ca7a3a5f07e1395616c9aa39bcd93fc4539a6 /README.md
parent8913156381b7dc51f903b9e459c143fb25097cab (diff)
README.md: Fix URLs
Point to the Qt wiki and code.qt.io. Change-Id: I94ab781ae1cccd3fc73ee9dc7a09401b0f28e0e4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9629f395d..e654276ce 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,15 @@
-PySide is the Python Qt bindings project, providing access the complete Qt 5.x framework
+PySide is the [Python Qt bindings project](http://wiki.qt.io/PySide2), providing access the complete Qt 5.x framework
as well as to generator tools for rapidly generating bindings for any C++ libraries.
The PySide project is developed in the open, with all facilities you'd expect
from any modern OSS project such as all code in a git repository and an open design process. We welcome
-any contribution without requiring a transfer of copyright.
+any contribution conforming to the [Qt Contribution Agreement](https://www.qt.io/contributionagreement/).
-PySide 2 supports Qt5. For building, please read about [getting the dependencies](https://github.com/PySide/pyside2/wiki/Dependencies). Then download the sources by running `git clone --recursive https://github.com/PySide/pyside2-setup.git`.
+PySide 2 supports Qt5. For building, please read about [getting the dependencies](https://github.com/PySide/pyside2/wiki/Dependencies). Then download the sources by running `git clone --recursive https://code.qt.io/pyside/pyside-setup`.
###Building