git: 81b1f9c9cb - main - en/books/design-44bsd: Fix imagedir path for both PDF and epub formats
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=81b1f9c9cbb532406521f68f75eeb8fe2dd216cd commit 81b1f9c9cbb532406521f68f75eeb8fe2dd216cd Author: Marc Fonvieille <[email protected]> AuthorDate: 2021-05-17 16:24:11 +0000 Commit: Marc Fonvieille <[email protected]> CommitDate: 2021-05-17 16:24:11 +0000 en/books/design-44bsd: Fix imagedir path for both PDF and epub formats --- documentation/content/en/books/design-44bsd/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/design-44bsd/_index.adoc b/documentation/content/en/books/design-44bsd/_index.adoc index 61ba60b671..800409ae10 100644 --- a/documentation/content/en/books/design-44bsd/_index.adoc +++ b/documentation/content/en/books/design-44bsd/_index.adoc @@ -47,7 +47,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/design-44bsd/ +:imagesdir: ../../../../static/images/books/design-44bsd/ endif::[] ifeval::["{backend}" == "epub3"] @@ -57,7 +57,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/design-44bsd/ +:imagesdir: ../../../../static/images/books/design-44bsd/ endif::[] ''' _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"