diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-04-24 16:09:57 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-04-24 16:09:57 (GMT) |
commit | be70a2de000e1bbbd5405247b475531695164a62 (patch) | |
tree | eb95e550ce6d330b6b39a674a3efdc5668179cd2 /dist | |
parent | 8b3df114cbb0f1961987b3660c1d51437dd911bf (diff) | |
download | Qt-be70a2de000e1bbbd5405247b475531695164a62.zip Qt-be70a2de000e1bbbd5405247b475531695164a62.tar.gz Qt-be70a2de000e1bbbd5405247b475531695164a62.tar.bz2 |
Made urls more consistent and maintainable.
http://qtsoftware.com/support-services/support/platform-support-policy
still points to a dead link, though.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/README b/dist/README index 38b3a1c..c9e7677 100644 --- a/dist/README +++ b/dist/README @@ -2,11 +2,11 @@ This is Qt version %VERSION%. Qt is a comprehensive cross-platform C++ application framework. Qt 4 introduces new features and many improvements over the 3.x series. See -http://doc.trolltech.com/latest/qt4-intro.html for details. +http://doc.qtsoftware.com/latest/qt4-intro.html for details. The Qt 4.x series is not binary compatible or source compatible with the 3.x series. For more information on porting from Qt 3 to Qt 4, see -http://doc.trolltech.com/latest/porting4.html. +http://doc.qtsoftware.com/latest/porting4.html . INSTALLING Qt @@ -37,7 +37,7 @@ The Qt reference documentation is available locally in Qt's doc/html directory. You can use Qt Assistant to view it; to launch Assistant, type 'assistant' on the command line or use the Start menu. On Mac OS X, you can find it in /Developer/Applications/Qt. The latest -documentation is available at http://doc.trolltech.com/. +documentation is available at http://doc.qtsoftware.com/ . SUPPORTED PLATFORMS @@ -90,10 +90,10 @@ For this release, the following platforms have been tested: wincewm60standard-msvc2008 For a complete list of supported platforms, see -http://www.qtsoftware.com/developer/supported-platforms/supported-platforms/ +http://doc.qtsoftware.com/latest/supported-platforms.html For a description of Qt's platform support policy, see -http://www.qtsoftware.com/support-services/support/platform-support-policy +http://qtsoftware.com/support-services/support/platform-support-policy COMMERCIAL EDITIONS @@ -106,7 +106,7 @@ the QtCore, QtGui (except QGraphicsView), QtTest, QtDBus and Qt3Support modules. For a full listing of the contents of each module, please refer to -http://doc.trolltech.com/4.4/modules.html. +http://doc.qtsoftware.com/latest/modules.html HOW TO REPORT A BUG |