aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-06-02 11:18:46 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-06-02 11:59:40 +0000
commite77b0a737b832e5677e37a34eedca586bb36647b (patch)
treec249ec4ae9760b382cde0305a1be1d5ddff6ace3 /doc/qbs.qdoc
parent7e67993ea78570cd44aaec6595219cf68bd21cf0 (diff)
Documentation: Fix references to outdated locations
Change-Id: I9cb877fdf7e30f8a91d3f6fd967c5351fc2b2a15 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc/qbs.qdoc')
-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