diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-25 00:16:26 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-25 00:16:26 (GMT) |
commit | 80e9b7cdeeb1b1e85e724b4ed1903e0923005c79 (patch) | |
tree | edb7e75ad31cd465b63ca6aa4dbeb0a284a77bf1 /dist | |
parent | a0c8e134a284d45520dd3a229e68dbcd155299e6 (diff) | |
download | Qt-80e9b7cdeeb1b1e85e724b4ed1903e0923005c79.zip Qt-80e9b7cdeeb1b1e85e724b4ed1903e0923005c79.tar.gz Qt-80e9b7cdeeb1b1e85e724b4ed1903e0923005c79.tar.bz2 |
Fix links to docs in INSTALL and README
The names of the doc directories on the doc site don't include the patch
version number.
Task-number: QTBUG-6043
Reviewed-by: Trust Me
Diffstat (limited to 'dist')
-rw-r--r-- | dist/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/README b/dist/README index 529d2bd..e7dfb19 100644 --- a/dist/README +++ b/dist/README @@ -52,7 +52,7 @@ documentation is available at http://qt.nokia.com/doc/. SUPPORTED PLATFORMS For a complete list of supported platforms, see -http://qt.nokia.com/doc/%VERSION%/supported-platforms.html. +http://qt.nokia.com/doc/%SHORTVERSION%/supported-platforms.html. COMMERCIAL EDITIONS @@ -65,7 +65,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://qt.nokia.com/doc/%VERSION%/modules.html +http://qt.nokia.com/doc/%SHORTVERSION%/modules.html HOW TO REPORT A BUG |