aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-09-25 08:57:58 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-09-25 08:57:58 +0000
commita3e71e854d225ecc626c3210fc115f96c3202f18 (patch)
tree56be835ab5cd6c7dfdbcd08355fe589f4d5b61d8
parentd6b771099c946811fe53d675b33e616564929a63 (diff)
downloaddoc-a3e71e854d225ecc626c3210fc115f96c3202f18.tar.gz
doc-a3e71e854d225ecc626c3210fc115f96c3202f18.zip
FDP-Overview: Really fix the documentation path
PR: 274072 Submitted by: Graham Perrin <grahamperrin@gmail.com>
-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 2a7842dbda..5f2d41b4ce 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]#~/documentation/public/en/articles/# and [.filename]#~/documentation/public/en/books/#.
+The build output is stored in [.filename]#~/doc/public/en/articles/# and [.filename]#~/doc/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.
+