Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.6.2, Qt Creator 4.7.0-rc1
-
Windows 10, Qt 5.11.0
-
-
e888958629017414197b112afc63c6cc7a232bde
Description
It seems that some of the hyperlinks are not working the the Qt Creator manual.
Here is an example, there might be unknown number of similar instances:
The online help seem to contain correct links:
http://doc-snapshots.qt.io/qtcreator-4.7/creator-autotest.html
Quote from the online manual:
"Qt Creator creates the test in the specified project directory. Edit the .cpp file to add private slots for each test function in your test. For more information about creating Qt tests, see Creating a Test."
Quote from the help mode:
Qt Creator creates the test in the specified project directory. Edit the .cpp file to add private slots for each test function in your test. For more information about creating Qt tests, see Creating a Test.
As can be seen from the above quotes, the latter one does not have a proper link.
This was discovered when performing the tests manually and seeing the help. Cross-checking the missing links generally is quite laborious manually. Some other links exists in the help mode.