git: 81b1f9c9cb - main - en/books/design-44bsd: Fix imagedir path for both PDF and epub formats

Marc Fonvieille blackend at FreeBSD.org
Mon May 17 16:25:13 UTC 2021


The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=81b1f9c9cbb532406521f68f75eeb8fe2dd216cd

commit 81b1f9c9cbb532406521f68f75eeb8fe2dd216cd
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-05-17 16:24:11 +0000
Commit:     Marc Fonvieille <blackend at FreeBSD.org>
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::[]
 
 '''


More information about the dev-commits-doc-all mailing list