git: d73ac7f9a4 - main - FDP - Overview: Fix build path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Oct 2023 06:17:18 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=d73ac7f9a4c281364a75721ea7d26210f38d5188 commit d73ac7f9a4c281364a75721ea7d26210f38d5188 Author: Graham Perrin <grahamperrin@gmail.com> AuthorDate: 2023-10-07 06:16:23 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-10-07 06:16:23 +0000 FDP - Overview: Fix build path PR: 274072 Differential Revision: https://reviews.freebsd.org/D42115 --- documentation/content/en/books/fdp-primer/overview/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. +