aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qbs.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index bea692338..3a3d322ab 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -174,7 +174,7 @@
\endcode
Now you should be ready to build your first project with \QBS.
- Go into qbs/tests/manual/hello and type:
+ Go into examples/helloworld-minimal and type:
\code
qbs profile:<profile name>
@@ -692,7 +692,7 @@
To build applications from the command line, enter the following commands:
\code
- cd tests/manual/collidingmice
+ cd examples/collidingmice
qbs
\endcode