Doc: fix remaining links to Qt wiki in docs

Change-Id: Ia9193cf1870241104bf099ad2e47e3ead4eb43fd
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-03-03 14:20:24 +01:00
committed by Leena Miettinen
parent 3af3fe7ad3
commit 53a29f5b83
5 changed files with 18 additions and 28 deletions

View File

@@ -59,7 +59,7 @@
the philosophy behind Qt development. For more information about how to set up the philosophy behind Qt development. For more information about how to set up
the development environment for working on Qt Creator and how to submit code the development environment for working on Qt Creator and how to submit code
and documentation for inclusion, see and documentation for inclusion, see
\l{http://wiki.qt-project.org/index.php/Main_Page}{Guidelines for Contributions to the Qt Project}. \l{https://wiki.qt.io/Qt_Contribution_Guidelines}{Qt Contribution Guidelines}.
\section1 Binary and Source Compatibility \section1 Binary and Source Compatibility
@@ -109,7 +109,7 @@
\li Do not reimplement functions (not even inlines, \li Do not reimplement functions (not even inlines,
nor protected or private functions). nor protected or private functions).
\li Check \li Check
\l {http://wiki.qt-project.org/index.php/Binary_Compatibility_Workarounds}{Binary Compatibility Workarounds} \l {https://wiki.qt.io/Binary_Compatibility_Workarounds}{Binary Compatibility Workarounds}
for ways to preserve binary compatibility. for ways to preserve binary compatibility.
\endlist \endlist
@@ -640,7 +640,7 @@
\target coding-rules-namespacing \target coding-rules-namespacing
\section2 Namespacing \section2 Namespacing
Read \l {http://wiki.qt-project.org/index.php/Qt_In_Namespace}{Qt In Namespace} Read \l{https://wiki.qt.io/Qt_In_Namespace}{Qt In Namespace}
and keep in mind that all of Qt Creator is \e{namespace aware} code. and keep in mind that all of Qt Creator is \e{namespace aware} code.
The namespacing policy within Qt Creator is as follows: The namespacing policy within Qt Creator is as follows:

View File

@@ -37,8 +37,7 @@
(You can find the current version in our source repository here: (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{http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/qtcreator.pro}.)
You can get prebuilt Qt packages from the You can get prebuilt Qt packages from \l{https://download.qt.io}{Qt Downloads}.
\l{https://download.qt-project.org/official_releases/qt/}{Qt Project download page}.
If you want to use Qt as provided by your Linux distribution, you need to make sure that all If you want to use Qt as provided by your Linux distribution, you need to make sure that all
Qt development packages and private header packages are also installed. Qt development packages and private header packages are also installed.
@@ -48,7 +47,7 @@
released source bundles, or from the Gitorious repository released source bundles, or from the Gitorious repository
\l{http://qt.gitorious.org/qt-creator}. If you intend to contribute to \QC \l{http://qt.gitorious.org/qt-creator}. If you intend to contribute to \QC
itself, you should use the repository from our Gerrit review tool as described itself, you should use the repository from our Gerrit review tool as described
in the developer wiki here: \l{http://wiki.qt-project.org/Setting_up_Gerrit}. in: \l{https://wiki.qt.io/Setting_up_Gerrit}{Setting up Gerrit}.
We strongly encourage you to do out-of-source builds of \QC (also called We strongly encourage you to do out-of-source builds of \QC (also called
shadow-builds). shadow-builds).

View File

@@ -191,7 +191,7 @@
installed when you install \QC and \QSDK. On OS X, GDB is no longer installed when you install \QC and \QSDK. On OS X, GDB is no longer
officially supported. To build your own Python-enabled GDB, follow the officially supported. To build your own Python-enabled GDB, follow the
instructions in instructions in
\l{http://wiki.qt.io/QtCreator_Build_Gdb}{Building GDB}. \l{https://wiki.qt.io/QtCreator_Build_Gdb}{Building GDB}.
You must use Python version 2.6 or 2.7. You must use Python version 2.6 or 2.7.
@@ -220,7 +220,7 @@
On Windows, nmake does not support the \c{-j} parameter. Instead, we On Windows, nmake does not support the \c{-j} parameter. Instead, we
provide a drop-in replacement called jom. You can download a precompiled provide a drop-in replacement called jom. You can download a precompiled
version of jom from \l{http://releases.qt-project.org/jom/}{Qt Project Release server}. version of jom from \l{https://download.qt.io/official_releases/jom/}{Qt Downloads}.
Put jom.exe in a location in the %PATH%. Go to the \uicontrol {Build Settings} Put jom.exe in a location in the %PATH%. Go to the \uicontrol {Build Settings}
and set jom.exe as the make command. and set jom.exe as the make command.

View File

@@ -40,24 +40,28 @@
\li Where to Go \li Where to Go
\row \row
\li Learn more about Qt \li View examples of what you can do with Qt
\li \l{http://wiki.qt.io/developer_guides} \li \l{https://doc.qt.io/qt-5/all-examples.html}{List of Qt Examples}
{Qt Developer Guides}
\l{https://doc.qt.io/qt-5/qtquick-codesamples.html}
{List of Qt Quick Examples}
\row \row
\li Develop Qt applications for desktop and mobile devices \li Develop Qt applications for desktop and mobile devices
\li \l{http://qt-project.org}{Qt Developer Network} \li \l{https://www.qt.io/developers/}{Qt Developers}
\row \row
\li Participate in Qt development \li Participate in Qt development
\li \l{http://qt-project.org/contribute}{Contribute to Qt} \li \l{https://wiki.qt.io/Qt_Contribution_Guidelines}
{Qt Contribution Guidelines}
\row \row
\li Find free Qt-based applications \li Find free Qt-based applications
\li \l{http://qt-apps.org/}{Qt Apps} \li \l{http://qt-apps.org/}{Qt Apps}
\row \row
\li Develop with a commercial Qt license and support - Qt by The Qt Company \li Develop with a commercial Qt license and support -
Qt by The Qt Company
\li \l{http://qt.io/licensing/}{Qt Licensing} \li \l{http://qt.io/licensing/}{Qt Licensing}
\endtable \endtable

View File

@@ -58,20 +58,7 @@
\li For GDB, specify the path to the GDB executable. The \li For GDB, specify the path to the GDB executable. The
executable must be built with Python scripting support executable must be built with Python scripting support
enabled. The options you enabled.
have depend on the development and target platform:
\list
\li For debugging on embedded devices using a different ABI,
you must provide a special executable.
\li For debugging on Windows using MinGW, select a Windows
executable of GDB with Python scripting enabled. You can
download it from
\l{http://builds.qt-project.org/job/gdb-windows}.
\endlist
\li For LLDB (experimental), specify the path to the LLDB \li For LLDB (experimental), specify the path to the LLDB
executable. executable.