summaryrefslogtreecommitdiffstats
path: root/examples/doc/systeminfo.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/doc/systeminfo.qdoc')
-rw-r--r--examples/doc/systeminfo.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/doc/systeminfo.qdoc b/examples/doc/systeminfo.qdoc
index 32907ddc3..338cb8f77 100644
--- a/examples/doc/systeminfo.qdoc
+++ b/examples/doc/systeminfo.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -43,13 +43,13 @@
architecture.
The logic to detect the operating system features is scripted in the
- \c{root}'s \l{systeminfo/packages/root/meta/installscript.qs}{installscript.qs} file.
+ \c{root}'s \c{installscript.qs} file.
\quotefromfile systeminfo/packages/root/meta/installscript.qs
\section1 Helper Functions
- The \l{systeminfo/packages/root/meta/installscript.qs}{installscript.qs} file first
+ The \c{installscript.qs} file first
declares two helper functions: \c cancelInstaller() and \c majorVersion().
\skipto cancelInstaller