Skip to content

Commit 35c968f

Browse files
toreinioFriedemann Kleint
authored and
Friedemann Kleint
committed
Doc: Update obsolete external URLs
Update external URLs in the documentation for links where the resource is still available online. Change-Id: I99e5d6d7e030f93c3fe8d31cf300077e2897649e Reviewed-by: Friedemann Kleint <[email protected]>
1 parent 9895339 commit 35c968f

32 files changed

+155
-160
lines changed

doc/src/declarative/declarativeui.qdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Qt applications.
8484
\list
8585
\o \l{Qt Quick Components for Symbian 1.1}{Qt Quick Components for Symbian} - a native component set for the Symbian^3 platform
8686
\o \l{QtWebKit QML Module}
87-
\o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
88-
\o \l {http://doc.qt.nokia.com/qt-components-symbian-1.1/index.html}{Qt Quick Components}
87+
\o \l{http://doc.qt.digia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
88+
\o \l {http://doc.qt.digia.com/qt-components-symbian-1.0/index.html}{Qt Quick Components}
8989
\endlist
9090

9191
\section1 Qt Quick Tools
@@ -106,7 +106,7 @@ Qt applications.
106106
\o \l{QML Coding Conventions}
107107
\o \l{external: Qt Creator Manual}{Qt Creator Manual}
108108
\o \l{Programming with Qt}
109-
\o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/index.html}{Qt Mobility Documentation}
109+
\o \l{http://doc.qt.digia.com/qtmobility-1.1.0/index.html}{Qt Mobility Documentation}
110110
\endlist
111111

112112
\section1 Architecture

doc/src/declarative/elements.qdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ These elements are not included in the \c{QtQuick 1.0} module. Their respective
185185
should first be obtained and installed.
186186
\list
187187
\o \l{WebView}{QtWebKit QML Module - WebView Element} - For displaying Web contents
188-
\o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
189-
\o \l {http://doc.qt.nokia.com/qt-components-symbian-1.1/index.html}{Qt Quick Components}
188+
\o \l{http://doc.qt.digia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
189+
\o \l {http://doc.qt.digia.com/qt-components-symbian-1.0/index.html}{Qt Quick Components}
190190
\endlist
191191

192192
*/

doc/src/declarative/qdeclarativedebugging.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ QDeclarativeImportDatabase::resolveType "Rectangle" = "QDeclarativeRectangle"
7878

7979
\section1 Debugging with Qt Creator
8080

81-
\l{http://qt.nokia.com/products/developer-tools}{Qt Creator} provides built-in
81+
\l{http://doc.qt.io/qtcreator/creator-debugging-qml.html}{Qt Creator} provides built-in
8282
support for QML debugging. QML projects and standalone C++ applications that
8383
utilize QML can be debugged on desktops as well as on remote devices.
8484
For more information, see the Qt Creator Manual.

doc/src/examples/codeeditor.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
fetched with QTextBlock::userData(). Matching parentheses can be
193193
highlighted with an extra selection. The "Matching Parentheses
194194
with QSyntaxHighlighter" article in Qt Quarterly 31 implements
195-
this. You find it here: \l{http://doc.qt.nokia.com/qq/}.
195+
this. You find it here: \l{http://doc.qt.digia.com/qq/}.
196196

197197
The line number area is now painted every time the cursor blinks
198198
(because we connect \l{QPlainTextEdit::}{updateRequest()} to

doc/src/examples/syntaxhighlighter.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
It is possible to implement parenthesis matching with
246246
QSyntaxHighlighter. The "Matching Parentheses with
247247
QSyntaxHighlighter" article in Qt Quarterly 31
248-
(\l{http://doc.qt.nokia.com/qq/}) implements this. We also have
248+
(\l{http://doc.qt.digia.com/qq/}) implements this. We also have
249249
the \l{Code Editor Example}, which shows how to implement line
250250
numbers and how to highlight the current line.
251251

doc/src/files-and-resources/resources.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
The resource system is based on tight cooperation between \l qmake,
5555
\l rcc (Qt's resource compiler), and QFile. It obsoletes Qt 3's
5656
\c qembed tool and the
57-
\l{http://qt.nokia.com/doc/qq/qq05-iconography.html#imagestorage}{image
57+
\l{http://doc.qt.digia.com/qq/qq05-iconography.html#imagestorage}{image
5858
collection} mechanism.
5959

6060
\section1 Resource Collection Files (\c{.qrc})

doc/src/frameworks-technologies/eventsandfilters.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
event delivery mechanisms are flexible. The documentation for
101101
QCoreApplication::notify() concisely tells the whole story; the
102102
\e{Qt Quarterly} article
103-
\l{http://doc.qt.nokia.com/qq/qq11-events.html}{Another Look at Events}
103+
\l{http://doc.qt.digia.com/qq/qq11-events.html}{Another Look at Events}
104104
rehashes it less concisely. Here we will explain enough for 95%
105105
of applications.
106106

doc/src/getting-started/installation.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ We hope you will enjoy using Qt.
13481348
\endlist
13491349

13501350

1351-
We recommend you to take a look at \l{http://doc.qt.nokia.com/latest/install-symbian.html}{Installing Qt for the Symbian platform}
1351+
We recommend you to take a look at \l{http://doc.qt.digia.com/latest/install-symbian.html}{Installing Qt for the Symbian platform}
13521352
to get more information about how to setup the development environment.
13531353

13541354
\sa {Known Issues}

doc/src/getting-started/known-issues.qdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
\brief Links to online resources stating known issues in this Qt version at the time of release.
3333

3434
\list
35-
\o An up-to-date list of known issues can be found at \l{http://bugreports.qt-project.org/}{Qt Bug Tracker}.
35+
\o An up-to-date list of known issues can be found at \l{http://bugreports.qt.io/}{Qt Bug Tracker}.
3636
\o For a list list of known bugs, see the \l{Task Tracker} at the Qt website.
3737
\o An overview of known issues may also be found at: \l{http://qt.gitorious.org/qt/pages/QtKnownIssues}
3838
{Known Issues Wiki}.

doc/src/internationalization/linguist-manual.qdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1421,8 +1421,8 @@
14211421
\c -pluralonly command line option, which allows the creation of
14221422
TS files containing only entries with plural forms.
14231423

1424-
See the \l{http://doc.qt.nokia.com/qq/}{Qt Quarterly} Article
1425-
\l{http://doc.qt.nokia.com/qq/qq19-plurals.html}{Plural Forms in Translations}
1424+
See the \l{http://doc.qt.digia.com/qq/}{Qt Quarterly} Article
1425+
\l{http://doc.qt.digia.com/qq/qq19-plurals.html}{Plural Forms in Translations}
14261426
for further details on this issue.
14271427

14281428
\section2 Coping With C++ Namespaces

doc/src/platforms/emb-fonts.qdoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
legacy \c lib/fonts/fontdir file.
4848

4949
Support for other font formats can be added. To make a suggestion,
50-
please create a task in our bug tracker at \l
51-
{http://bugreports.qt-project.org}{http://bugreports.qt-project.org}.
50+
please create a task in our \l {Qt Bug Tracker}{bug tracker}.
5251

5352
\tableofcontents
5453

doc/src/platforms/platform-notes.qdoc

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
This page describes implementation details regarding the Qt for Symbian port. To get
6767
started with application development for Symbian devices, read the \l
68-
{http://doc.qt.nokia.com/qtcreator/creator-developing-symbian.html}
68+
{external: Setting Up Development Environment for Symbian}
6969
{Connecting Symbian Devices} document.
7070

7171
\section1 Source Compatibility
@@ -95,7 +95,7 @@
9595
\target Supported Devices
9696
\section1 Supported Devices
9797

98-
The \l {http://developer.qt.nokia.com/wiki/support_for_Symbian}{Support for Symbian} document
98+
The \l {http://wiki.qt.io/Support_for_Symbian}{Support for Symbian} document
9999
details the Qt support on different Symbian devices.
100100

101101
The \l {http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian#Supported_Devices}
@@ -124,7 +124,7 @@
124124
\list
125125
\o QtConcurrent
126126
\o QtDBus
127-
\o \l {http://doc.qt.nokia.com/4.8/printing.html}{Printing support}
127+
\o \l {http://doc.qt.io/qt-4.8/printing.html}{Printing support}
128128
\o Qt3Support
129129
\endlist
130130

@@ -141,7 +141,7 @@
141141
\row \o QtGui
142142
\o QtGui's widgets are deprecated (i.e. they are available but not
143143
recommended to use) in the Symbian port. It is recommended to use \l
144-
{http://doc.qt.nokia.com/qt-components-symbian-1.1/symbian-components-functional.html}
144+
{http://doc.qt.digia.com/qt-components-symbian-1.0/symbian-components-functional.html}
145145
{Qt Quick Components for Symbian} instead, because they provide
146146
better look and feel on Symbian devices.
147147

@@ -186,9 +186,9 @@
186186
Known issues can be found by visiting the
187187
\l{http://qt.gitorious.org/qt/pages/QtKnownIssues}{wiki page} with an
188188
up-to-date list of known issues, and the list of bugs can be found by
189-
\l{http://bugreports.qt-project.org/browse/QTBUG/component/19171}{browsing} the
189+
\l{http://bugreports.qt.io/browse/QTBUG/component/19171}{browsing} the
190190
S60 component in Qt's public task tracker, located at
191-
\l{http://bugreports.qt-project.org/}{http://bugreports.qt-project.org/}.
191+
\l{http://bugreports.qt.io/}{http://bugreports.qt.io/}.
192192

193193
For information about mixing exceptions with Symbian leaves, see
194194
\l{Exception Safety with Symbian}.
@@ -200,7 +200,7 @@
200200
capabilities to function properly. The capabilities your application needs
201201
to function properly depends on which parts of Qt you use.
202202
In a Qt application Symbian capabilities are defined in the
203-
\l {http://doc.qt.nokia.com/4.8/qmake-variable-reference.html#target-capability}
203+
\l {http://doc.qt.io/qt-4.8/qmake-variable-reference.html#target-capability}
204204
{TARGET.CAPABILITY} qmake variable in the project file.
205205
Here is an overview for which capabilities may be needed when using different modules:
206206

@@ -236,7 +236,7 @@
236236
\section1 Multimedia Support
237237

238238
Qt Mobility provides a high-level API for multimedia functionality with
239-
\l{http://doc.qt.nokia.com/qtmobility/multimedia.html}{QtMultimediaKit}.
239+
\l{http://doc.qt.digia.com/qtmobility/multimedia.html}{QtMultimediaKit}.
240240
In addition, Qt provides the low-level \l {QtMultimedia}{QtMultimedia}
241241
module that is internally used by the QtMultimediaKit. For more information
242242
on developing multimedia applications for Symbian devices, see
@@ -295,7 +295,7 @@
295295
Symbian. The OpenVG graphics system is not able to manage OpenGL graphics
296296
resources. Also, a QGLWidget object is not able to release its GPU resources
297297
when the application goes to the background. If OpenGL functionality is
298-
needed, \l { http://doc.qt.nokia.com/4.7-snapshot/qapplication.html#setGraphicsSystem}
298+
needed, \l {http://doc.qt.io/qt-4.8/qapplication.html#setGraphicsSystem}
299299
{OpenGL graphics system} usage is recommended. If an application
300300
decides to use QGLWidget, then it is the application's responsibility to
301301
destroy and release QGLWidget and related OpenGL resources when the

doc/src/platforms/supported-platforms.qdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
\section2 Cross-Platform Development using Qt Creator
9393

94-
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
94+
\l{http://doc.qt.io/qtcreator/index.html}{Qt Creator} is
9595
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
9696
programmers to create, build, debug and run Qt applications accross all
9797
supported platforms.
@@ -157,7 +157,7 @@
157157

158158
\section2 Cross-Platform Development using Qt Creator
159159

160-
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
160+
\l{http://doc.qt.io/qtcreator/index.html}{Qt Creator} is
161161
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
162162
programmers to create, build, debug and run Qt applications accross all
163163
supported platforms.
@@ -240,7 +240,7 @@
240240

241241
\section2 Cross-Platform Development using Qt Creator
242242

243-
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
243+
\l{http://doc.qt.io/qtcreator/index.html}{Qt Creator} is
244244
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
245245
programmers to create, build, debug and run Qt applications accross all
246246
supported platforms.

doc/src/porting/porting4.qdoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
and MSVC 7.)
174174

175175
If you get stuck, ask on the
176-
\l{http://qt.nokia.com/lists/qt-interest/}{qt-interest}
176+
\l{http://lists.qt-project.org/mailman/listinfo/interest}{qt-interest}
177177
mailing list. If you are a licensed customer, you can also contact
178178
Qt's technical support team.
179179

@@ -472,7 +472,7 @@
472472
\section1 Explicit Sharing
473473

474474
Qt 4 is the first version of Qt that contains no \link
475-
http://doc.qt.nokia.com/3.3/shclass.html explicitly shared
475+
http://doc.qt.digia.com/3.3/shclass.html explicitly shared
476476
\endlink classes. All classes that were explicitly shared in Qt 3
477477
are \e implicitly shared in Qt 4:
478478

@@ -1079,7 +1079,7 @@
10791079
ensuring that the string is '\\0'-terminated. Another important
10801080
issue was that conversions between \c QCString and QByteArray often
10811081
gave confusing results. (See the
1082-
\l{http://doc.qt.nokia.com/qq/qq05-achtung.html#qcstringisastringofchars}{Achtung!
1082+
\l{http://doc.qt.digia.com/qq/qq05-achtung.html#qcstringisastringofchars}{Achtung!
10831083
Binary and Character Data} article in \e{Qt Quarterly} for an
10841084
overview of the pitfalls.)
10851085

@@ -2440,13 +2440,13 @@
24402440
that provides the old semantics. See the Q3Painter documentation
24412441
for details and for the reasons why we had to make this change.
24422442

2443-
The \l{http://doc.qt.nokia.com/3.3/qpainter.html#CoordinateMode-enum}{QPainter::CoordinateMode}
2443+
The \l{http://doc.qt.digia.com/3.3/qpainter.html#CoordinateMode-enum}{QPainter::CoordinateMode}
24442444
enum has been removed in Qt 4. All clipping
24452445
operations are now defined using logical coordinates and are subject
24462446
to transformation operations.
24472447

24482448
The
2449-
\l{http://doc.qt.nokia.com/3.3/qpainter.html#RasterOP-enum}{QPainter::RasterOP}
2449+
\l{http://doc.qt.digia.com/3.3/qpainter.html#RasterOP-enum}{QPainter::RasterOP}
24502450
enum has been replaced with QPainter::CompositionMode.
24512451

24522452
\section1 QPicture
@@ -3258,7 +3258,7 @@
32583258

32593259
\list \o If you use Q3SocketDevice in a thread to perform blocking
32603260
network I/O (a technique encouraged by the \e{Qt Quarterly}
3261-
article \l{http://doc.qt.nokia.com/qq/qq09-networkthread.html}
3261+
article \l{http://doc.qt.digia.com/qq/qq09-networkthread.html}
32623262
{Unblocking Networking}), you can now use QTcpSocket, QFtp, or
32633263
QNetworkAccessManager, which can be used from non-GUI threads.
32643264

@@ -4052,7 +4052,7 @@
40524052

40534053
Sample code on how to do obtain similar behavior from Qt 4, previously
40544054
handled by some of the above functions can be found in the
4055-
\l{http://doc.qt.nokia.com/qwidget-qt3.html}{Qt 3 Support Members for QWidget}
4055+
\l{http://doc.qt.digia.com/4.0/qwidget-qt3.html}{Qt 3 Support Members for QWidget}
40564056
page.
40574057

40584058
A widget now receives change events in its QWidget::changeEvent()
@@ -4150,7 +4150,7 @@
41504150
clearWFlags() has no direct replacement. You can use
41514151
QWidget::setAttribute() instead. For example,
41524152
\c{setAttribute(..., false)} to clear an attribute. More information
4153-
is available \l{http://doc.qt.nokia.com/qwidget.html#setAttribute}{here}.
4153+
is available \l{http://doc.qt.io/qt-4.8/qwidget.html#setAttribute}{here}.
41544154

41554155
testWFlags() was renamed to \l{QWidget::testAttribute()}{testAttribute()}.
41564156

0 commit comments

Comments
 (0)