summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2020-08-28 08:41:15 +0200
committerNico Vertriest <nico.vertriest@qt.io>2020-09-21 08:17:41 +0200
commit169f332eab5dc047112e9db11556d0757a86b400 (patch)
treef10dab1a8d09e6ded004cc4af8633ab3de7d21d3 /src/corelib
parentcccace0c10d1b7d21cea00bd9f1b5169c1bbf007 (diff)
Doc: Correct link errors qtbase
Task-number: QTBUG-86295 Change-Id: I27f6bbdadffb08a8794520a14dfe0e2334979575 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/src/qtcore-index.qdoc2
-rw-r--r--src/corelib/global/qnamespace.qdoc8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/corelib/doc/src/qtcore-index.qdoc b/src/corelib/doc/src/qtcore-index.qdoc
index 34a4446ccc..f904cd774f 100644
--- a/src/corelib/doc/src/qtcore-index.qdoc
+++ b/src/corelib/doc/src/qtcore-index.qdoc
@@ -56,7 +56,7 @@
\include module-use.qdocinc using qt module
\quotefile overview/using-qt-core.cmake
- See also the \l{Build with CMake} overview.
+ See also the \l[QtDoc]{Build with CMake} overview.
\section2 Building with qmake
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index b5d44cb1cb..bdc6574b53 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -262,10 +262,10 @@
on disk. By default Qt Quick, QPainter's OpenGL backend, and any
application using QOpenGLShaderProgram with one of its
\e addCacheableShaderFromSource overloads will employ a disk-based
- \l{Caching Program Binaries}{program binary cache} in either the shared
- or per-process cache storage location, on systems that support
- \e glProgramBinary(). In the unlikely event of this being problematic,
- set this attribute to disable all disk-based caching of shaders.
+ program binary cache in either the shared or per-process cache storage
+ location, on systems that support \e glProgramBinary(). In the unlikely
+ event of this being problematic, set this attribute to disable all
+ disk-based caching of shaders.
\value AA_DisableSessionManager Disables the QSessionManager.
By default Qt will connect to a running session manager for a GUI