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.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/doc/systeminfo.qdoc b/examples/doc/systeminfo.qdoc
index 32907ddc3..67bfb878d 100644
--- a/examples/doc/systeminfo.qdoc
+++ b/examples/doc/systeminfo.qdoc
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2022 The Qt Company Ltd.
+** Contact: https://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