aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 cbe33f98a..83e461f29 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 7d336b5b3..b17cf4faf 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}
@@ -53,7 +53,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