diff options
author | Eike Ziller <eike.ziller@theqtcompany.com> | 2015-03-10 09:20:33 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@theqtcompany.com> | 2015-03-10 13:50:48 +0000 |
commit | 1eeca66c29a46d96eaf72cd82f000fd5ad15166c (patch) | |
tree | 0380fe8ece2448965938738b44f4675b7de8924d /doc | |
parent | 9bef92de92fbeeb2ad9e516a75caae67aab927d5 (diff) | |
download | qt-creator-1eeca66c29a46d96eaf72cd82f000fd5ad15166c.tar.gz |
Get rid of Gitorious links
That service is discontinued, and we have our own mirror anyhow.
Change-Id: I8a45401e2c0c889d87c675a79ae16684d7c69a7a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/getting-and-building.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/getting-and-building.qdoc b/doc/api/getting-and-building.qdoc index 29002b03bb..fe459c1240 100644 --- a/doc/api/getting-and-building.qdoc +++ b/doc/api/getting-and-building.qdoc @@ -35,7 +35,7 @@ Prebuilt \QC packages usually use the latest stable release of Qt. You can see the exact minimum requirement at the top of \QC's qtcreator.pro. (You can find the current version in our source repository here: - \l{http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/qtcreator.pro}.) + \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/qtcreator.pro#n4}.) You can get prebuilt Qt packages from \l{https://download.qt.io}{Qt Downloads}. If you want to use Qt as provided by your Linux distribution, you need to make sure that all @@ -44,8 +44,8 @@ \section1 Getting and Building \QC You can get the \QC sources for a specific version either by using one of the - released source bundles, or from the Gitorious repository - \l{http://qt.gitorious.org/qt-creator}. If you intend to contribute to \QC + released source bundles, or from the Git repository + \l{https://code.qt.io/cgit/qt-creator/qt-creator.git}. If you intend to contribute to \QC itself, you should use the repository from our Gerrit review tool as described in: \l{https://wiki.qt.io/Setting_up_Gerrit}{Setting up Gerrit}. |