aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/intro.cli5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index d45904f..d005396 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -171,7 +171,8 @@ hello/
\N|While the canonical project structure is strongly recommended, especially
for new projects, \c{build2} is flexible enough to allow most commonly used
-arrangements.|
+arrangements. See \l{#proj-struct Canonical Project Structure} for the more
+detailed discussion and rationale behing this layout.|
Similar to version control tools, we normally run all \c{build2} tools from
the project's source directory or one of its subdirectories, so:
@@ -2358,7 +2359,7 @@ start with the library name but without the \c{lib} prefix. For example:
\
// libhello/hello.mxx
-export module hello.core
+export module hello.core;
namespace hello
{