diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-09-25 06:52:34 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-09-25 06:52:34 +0000 |
| commit | 0e60961e5a28024ef485514bf4e683b43795a02a (patch) | |
| tree | 74521ef1a621947406e5eb71956b7f56dd5670a9 | |
| parent | 8b69e0b9bdd4f902d7d1d9acd0b15f7542de6470 (diff) | |
| download | doc-0e60961e5a28024ef485514bf4e683b43795a02a.tar.gz doc-0e60961e5a28024ef485514bf4e683b43795a02a.zip | |
FDP-overview: Fix build output path
PR: 274072
Submitted by: Graham Perrin <grahamperring@gmail.com>
| -rw-r--r-- | documentation/content/en/books/fdp-primer/overview/_index.adoc | 2 |
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 a2bfc6a3d7..2a7842dbda 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/articles/# and [.filename]#~/documentation/public/books/#. +The build output is stored in [.filename]#~/documentation/public/en/articles/# and [.filename]#~/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. + |
