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 /INSTALL | |
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 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,14 +1,14 @@ INSTALLING Qt Source Package Version %VERSION%. For full installation instructions for each supported platform, please -see http://qt.nokia.com/doc/%VERSION%/installation.html, the file +see http://qt.nokia.com/doc/%SHORTVERSION%/installation.html, the file doc/html/installation.html in this package, or follow one of the following links: -Embedded Linux: http://qt.nokia.com/doc/%VERSION%/qt-embedded-install.html -Mac OS X: http://qt.nokia.com/doc/%VERSION%/install-mac.html -Windows: http://qt.nokia.com/doc/%VERSION%/install-win.html -Windows CE: http://qt.nokia.com/doc/%VERSION%/install-wince.html -X11 Platforms: http://qt.nokia.com/doc/%VERSION%/install-x11.html -Symbian Platform: http://qt.nokia.com/doc/%VERSION%/install-symbian.html +Embedded Linux: http://qt.nokia.com/doc/%SHORTVERSION%/qt-embedded-install.html +Mac OS X: http://qt.nokia.com/doc/%SHORTVERSION%/install-mac.html +Windows: http://qt.nokia.com/doc/%SHORTVERSION%/install-win.html +Windows CE: http://qt.nokia.com/doc/%SHORTVERSION%/install-wince.html +X11 Platforms: http://qt.nokia.com/doc/%SHORTVERSION%/install-x11.html +Symbian Platform: http://qt.nokia.com/doc/%SHORTVERSION%/install-symbian.html |