git: 8c4d527185 - main - en/books/developers-handbook: Fix imagesdir path to allow images embedding in PDF
Marc Fonvieille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=8c4d527185b83c829bd3f5473106704355d92824 commit 8c4d527185b83c829bd3f5473106704355d92824 Author: Marc Fonvieille <[email protected]> AuthorDate: 2021-04-28 16:28:24 +0000 Commit: Marc Fonvieille <[email protected]> CommitDate: 2021-04-28 16:28:24 +0000 en/books/developers-handbook: Fix imagesdir path to allow images embedding in PDF --- documentation/content/en/books/developers-handbook/book.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/developers-handbook/book.adoc b/documentation/content/en/books/developers-handbook/book.adoc index c59bda0a3d..7953a77d83 100644 --- a/documentation/content/en/books/developers-handbook/book.adoc +++ b/documentation/content/en/books/developers-handbook/book.adoc @@ -44,7 +44,7 @@ include::../../../../shared/releases.adoc[] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/teams.adoc[] include::../../../../shared/en/urls.adoc[] -:imagesdir: ../../../static/images/books/developers-handbook/ +:imagesdir: ../../../../static/images/books/developers-handbook/ :chapters-path: endif::[] @@ -55,7 +55,7 @@ include::../../../../shared/releases.adoc[] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/teams.adoc[] include::../../../../shared/en/urls.adoc[] -:imagesdir: ../../../static/images/books/developers-handbook/ +:imagesdir: ../../../../static/images/books/developers-handbook/ :chapters-path: endif::[] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"