aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2021-06-05 09:31:56 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2021-06-05 09:31:56 +0000
commite89d34ab6a13676efad6c0ecc78fe582543e9133 (patch)
tree70584e8ac714a5cc6d9e67ca2db606f4a266e743
parent3cb477eaad92143493e65da8a33c01794d8577b4 (diff)
downloaddoc-e89d34ab6a13676efad6c0ecc78fe582543e9133.tar.gz
doc-e89d34ab6a13676efad6c0ecc78fe582543e9133.zip
pl/: Fix include links for PDF.
-rw-r--r--documentation/content/pl/articles/filtering-bridges/_index.adoc10
-rw-r--r--documentation/content/pl/books/handbook/book.adoc4
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::[]