git: e89d34ab6a - main - pl/: Fix include links for PDF.

Marc Fonvieille blackend at FreeBSD.org
Sat Jun 5 09:33:36 UTC 2021


The branch main has been updated by blackend:

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

commit e89d34ab6a13676efad6c0ecc78fe582543e9133
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-06-05 09:31:56 +0000
Commit:     Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-06-05 09:31:56 +0000

    pl/: Fix include links for PDF.
---
 .../content/pl/articles/filtering-bridges/_index.adoc          | 10 ++++++++++
 documentation/content/pl/books/handbook/book.adoc              |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/documentation/content/pl/articles/filtering-bridges/_index.adoc b/documentation/content/pl/articles/filtering-bridges/_index.adoc
index 4525307679..018e7cb6ae 100644
--- a/documentation/content/pl/articles/filtering-bridges/_index.adoc
+++ b/documentation/content/pl/articles/filtering-bridges/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "3com", "intel", "general"]
 :figure-caption: Rysunek
 :example-caption: Przykład
 
+ifeval::["{backend}" == "html5"]
 include::shared/pl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pl/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pl/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Abstrakt
diff --git a/documentation/content/pl/books/handbook/book.adoc b/documentation/content/pl/books/handbook/book.adoc
index 8979e3f0b2..0f77022886 100644
--- a/documentation/content/pl/books/handbook/book.adoc
+++ b/documentation/content/pl/books/handbook/book.adoc
@@ -48,7 +48,7 @@ include::../../../../shared/authors.adoc[]
 include::../../../../shared/releases.adoc[]
 include::../../../../shared/pl/mailing-lists.adoc[]
 include::../../../../shared/pl/urls.adoc[]
-include::shared/pl/teams.adoc[]
+include::../../../../shared/pl/teams.adoc[]
 :chapters-path:
 endif::[]
 
@@ -58,7 +58,7 @@ include::../../../../shared/authors.adoc[]
 include::../../../../shared/releases.adoc[]
 include::../../../../shared/pl/mailing-lists.adoc[]
 include::../../../../shared/pl/urls.adoc[]
-include::shared/pl/teams.adoc[]
+include::../../../../shared/pl/teams.adoc[]
 :chapters-path:
 endif::[]
 


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