aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Perrin <grahamperrin@gmail.com>2023-10-07 06:16:23 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-10-07 06:16:23 +0000
commitd73ac7f9a4c281364a75721ea7d26210f38d5188 (patch)
treef666e20425913c413606896b0da4b3bb1c59b403
parent672fb0e49e9ebaf83111690deae197edb8c052c8 (diff)
downloaddoc-d73ac7f9a4c281364a75721ea7d26210f38d5188.tar.gz
doc-d73ac7f9a4c281364a75721ea7d26210f38d5188.zip
FDP - Overview: Fix build path
PR: 274072 Differential Revision: https://reviews.freebsd.org/D42115
-rw-r--r--documentation/content/en/books/fdp-primer/overview/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc
index 5f2d41b4ce..5d040512e8 100644
--- a/documentation/content/en/books/fdp-primer/overview/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc
@@ -143,7 +143,7 @@ To reduce compile time, only one language can be compiled:
% make DOC_LANG=en
....
+
-The build output is stored in [.filename]#~/doc/public/en/articles/# and [.filename]#~/doc/public/en/books/#.
+The build output is stored in [.filename]#~/doc/documentation/public/en/articles/# and [.filename]#~/doc/documentation/public/en/books/#.
+
. Review the build output and ensure the edits are free from typos, layout problems, or errors. If any errors are found during the build process, edit the problematic files to fix any issues that show up, then run the build command again until all errors are resolved.
+