git: e89d34ab6a - main - pl/: Fix include links for 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=e89d34ab6a13676efad6c0ecc78fe582543e9133 commit e89d34ab6a13676efad6c0ecc78fe582543e9133 Author: Marc Fonvieille <[email protected]> AuthorDate: 2021-06-05 09:31:56 +0000 Commit: Marc Fonvieille <[email protected]> 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::[] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"