aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2024-05-04 15:23:37 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2024-05-06 08:19:00 +0000
commitb80bd516ce5f15dca16ada995995039124523286 (patch)
tree2c99cfaa6d22093004ecb9653ddaa76f07c43c44
parent488fbe40e86602d06e568a1749277387fd4a565e (diff)
doc: fix links to Application
...by renaming the Application page to Console Application. Change-Id: I192d3d3c65cd20019fb63b1309d564d4859f0aeb Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qbs.qdoc2
-rw-r--r--doc/tutorial.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 9854ff84d..bde1da008 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -72,7 +72,7 @@
\endlist
\li \l{Tutorial}
\list
- \li \l{tutorial-1.html}{Application}
+ \li \l{tutorial-1.html}{Console Application}
\li \l{tutorial-2.html}{Static Library}
\li \l{tutorial-3.html}{Dynamic Library}
\li \l{tutorial-4.html}{Convenience Items}
diff --git a/doc/tutorial.qdoc b/doc/tutorial.qdoc
index da3dc33db..681d84758 100644
--- a/doc/tutorial.qdoc
+++ b/doc/tutorial.qdoc
@@ -36,7 +36,7 @@
concepts.
\list
- \li \l{tutorial-1.html}{Application}
+ \li \l{tutorial-1.html}{Console Application}
\li \l{tutorial-2.html}{Static Library}
\li \l{tutorial-3.html}{Dynamic Library}
\li \l{tutorial-4.html}{Convenience Items}
@@ -52,7 +52,7 @@
\page tutorial-1.html
\nextpage tutorial-2.html
- \title Application
+ \title Console Application
Let's start with a mandatory Hello World example. There is a Hello World example in the
\l{overview.html#well-defined-language}{overview section}, but this time we will create a