git: eb3f72b7dc - main - pt-br/articles: Fix include links

From: Marc Fonvieille <blackend_at_FreeBSD.org>
Date: Fri, 29 Oct 2021 13:20:07 UTC
The branch main has been updated by blackend:

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

commit eb3f72b7dc32dfc9d61d35531da7129925d16778
Author:     Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2021-10-29 13:19:31 +0000
Commit:     Marc Fonvieille <blackend@FreeBSD.org>
CommitDate: 2021-10-29 13:19:31 +0000

    pt-br/articles: Fix include links
---
 .../content/pt-br/articles/building-products/_index.adoc       |  5 +++--
 .../content/pt-br/articles/committers-guide/_index.adoc        | 10 ++++++++++
 documentation/content/pt-br/articles/contributing/_index.adoc  | 10 ++++++++++
 .../content/pt-br/articles/filtering-bridges/_index.adoc       | 10 ++++++++++
 .../content/pt-br/articles/freebsd-questions/_index.adoc       | 10 ++++++++++
 .../content/pt-br/articles/freebsd-update-server/_index.adoc   | 10 ++++++++++
 documentation/content/pt-br/articles/geom-class/_index.adoc    | 10 ++++++++++
 .../content/pt-br/articles/gjournal-desktop/_index.adoc        | 10 ++++++++++
 documentation/content/pt-br/articles/hubs/_index.adoc          | 10 ++++++++++
 documentation/content/pt-br/articles/ipsec-must/_index.adoc    | 10 ++++++++++
 documentation/content/pt-br/articles/linux-users/_index.adoc   | 10 ++++++++++
 .../content/pt-br/articles/mailing-list-faq/_index.adoc        | 10 ++++++++++
 .../content/pt-br/articles/port-mentor-guidelines/_index.adoc  | 10 ++++++++++
 documentation/content/pt-br/articles/pr-guidelines/_index.adoc | 10 ++++++++++
 documentation/content/pt-br/articles/rc-scripting/_index.adoc  | 10 ++++++++++
 documentation/content/pt-br/articles/releng/_index.adoc        |  5 +++--
 .../content/pt-br/articles/remote-install/_index.adoc          | 10 ++++++++++
 documentation/content/pt-br/articles/serial-uart/_index.adoc   | 10 ++++++++++
 documentation/content/pt-br/articles/vinum/_index.adoc         |  5 +++--
 19 files changed, 169 insertions(+), 6 deletions(-)

diff --git a/documentation/content/pt-br/articles/building-products/_index.adoc b/documentation/content/pt-br/articles/building-products/_index.adoc
index 41835e5254..4a57bf414a 100644
--- a/documentation/content/pt-br/articles/building-products/_index.adoc
+++ b/documentation/content/pt-br/articles/building-products/_index.adoc
@@ -26,17 +26,18 @@ trademarks: ["freebsd", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
-include::shared/pt-br/urls.adoc[]
-
 ifeval::["{backend}" == "html5"]
+include::shared/pt-br/urls.adoc[]
 :imagesdir: ../../../images/articles/building-products/
 endif::[]
 
 ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
 :imagesdir: ../../../../static/images/articles/building-products/
 endif::[]
 
 ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
 :imagesdir: ../../../../static/images/articles/building-products/
 endif::[]
 
diff --git a/documentation/content/pt-br/articles/committers-guide/_index.adoc b/documentation/content/pt-br/articles/committers-guide/_index.adoc
index 9ca1865fa4..aec05310f4 100644
--- a/documentation/content/pt-br/articles/committers-guide/_index.adoc
+++ b/documentation/content/pt-br/articles/committers-guide/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "coverity", "ibm", "intel", "sparc", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/contributing/_index.adoc b/documentation/content/pt-br/articles/contributing/_index.adoc
index d4650dd374..17e116a34d 100644
--- a/documentation/content/pt-br/articles/contributing/_index.adoc
+++ b/documentation/content/pt-br/articles/contributing/_index.adoc
@@ -25,7 +25,17 @@ trademarks: ["freebsd", "ieee", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/filtering-bridges/_index.adoc b/documentation/content/pt-br/articles/filtering-bridges/_index.adoc
index 565e708eaa..895bac5c38 100644
--- a/documentation/content/pt-br/articles/filtering-bridges/_index.adoc
+++ b/documentation/content/pt-br/articles/filtering-bridges/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "3com", "intel", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/freebsd-questions/_index.adoc b/documentation/content/pt-br/articles/freebsd-questions/_index.adoc
index c20ca695dc..15162879bf 100644
--- a/documentation/content/pt-br/articles/freebsd-questions/_index.adoc
+++ b/documentation/content/pt-br/articles/freebsd-questions/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "microsoft", "opengroup", "qualcomm", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/freebsd-update-server/_index.adoc b/documentation/content/pt-br/articles/freebsd-update-server/_index.adoc
index c55d28bbcf..4125342c97 100644
--- a/documentation/content/pt-br/articles/freebsd-update-server/_index.adoc
+++ b/documentation/content/pt-br/articles/freebsd-update-server/_index.adoc
@@ -25,7 +25,17 @@ trademarks: ["freebsd", "amd", "intel", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/geom-class/_index.adoc b/documentation/content/pt-br/articles/geom-class/_index.adoc
index 9fa8df9926..ab9559ae01 100644
--- a/documentation/content/pt-br/articles/geom-class/_index.adoc
+++ b/documentation/content/pt-br/articles/geom-class/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "intel", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/gjournal-desktop/_index.adoc b/documentation/content/pt-br/articles/gjournal-desktop/_index.adoc
index 3e5fcec4b3..7e33b843ea 100644
--- a/documentation/content/pt-br/articles/gjournal-desktop/_index.adoc
+++ b/documentation/content/pt-br/articles/gjournal-desktop/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 ifeval::["{backend}" == "html5"]
 :imagesdir: ../../../images/articles/gjournal-desktop/
diff --git a/documentation/content/pt-br/articles/hubs/_index.adoc b/documentation/content/pt-br/articles/hubs/_index.adoc
index c98c5209ac..8658d9f111 100644
--- a/documentation/content/pt-br/articles/hubs/_index.adoc
+++ b/documentation/content/pt-br/articles/hubs/_index.adoc
@@ -30,7 +30,17 @@ trademarks: ["freebsd", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/ipsec-must/_index.adoc b/documentation/content/pt-br/articles/ipsec-must/_index.adoc
index 207ba80215..5297be98e7 100644
--- a/documentation/content/pt-br/articles/ipsec-must/_index.adoc
+++ b/documentation/content/pt-br/articles/ipsec-must/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "opengroup", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/linux-users/_index.adoc b/documentation/content/pt-br/articles/linux-users/_index.adoc
index e68fc61748..e086fdf26a 100644
--- a/documentation/content/pt-br/articles/linux-users/_index.adoc
+++ b/documentation/content/pt-br/articles/linux-users/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "intel", "redhat", "linux", "unix", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/mailing-list-faq/_index.adoc b/documentation/content/pt-br/articles/mailing-list-faq/_index.adoc
index 9afc8f3a37..9403082d08 100644
--- a/documentation/content/pt-br/articles/mailing-list-faq/_index.adoc
+++ b/documentation/content/pt-br/articles/mailing-list-faq/_index.adoc
@@ -24,7 +24,17 @@ trademarks: []
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/port-mentor-guidelines/_index.adoc b/documentation/content/pt-br/articles/port-mentor-guidelines/_index.adoc
index 43747a133b..b8856b1460 100644
--- a/documentation/content/pt-br/articles/port-mentor-guidelines/_index.adoc
+++ b/documentation/content/pt-br/articles/port-mentor-guidelines/_index.adoc
@@ -23,7 +23,17 @@ releaseinfo: "$FreeBSD$"
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 '''
 
diff --git a/documentation/content/pt-br/articles/pr-guidelines/_index.adoc b/documentation/content/pt-br/articles/pr-guidelines/_index.adoc
index 77a4e00e5f..d257423ad3 100644
--- a/documentation/content/pt-br/articles/pr-guidelines/_index.adoc
+++ b/documentation/content/pt-br/articles/pr-guidelines/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/rc-scripting/_index.adoc b/documentation/content/pt-br/articles/rc-scripting/_index.adoc
index 37dff7e0dd..0a3149a4fc 100644
--- a/documentation/content/pt-br/articles/rc-scripting/_index.adoc
+++ b/documentation/content/pt-br/articles/rc-scripting/_index.adoc
@@ -25,7 +25,17 @@ trademarks: ["freebsd", "netbsd", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/releng/_index.adoc b/documentation/content/pt-br/articles/releng/_index.adoc
index fccbb25c68..cbc26986a4 100644
--- a/documentation/content/pt-br/articles/releng/_index.adoc
+++ b/documentation/content/pt-br/articles/releng/_index.adoc
@@ -25,17 +25,18 @@ trademarks: ["freebsd", "intel", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
-include::shared/pt-br/urls.adoc[]
-
 ifeval::["{backend}" == "html5"]
+include::shared/pt-br/urls.adoc[]
 :imagesdir: ../../../images/articles/releng/
 endif::[]
 
 ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
 :imagesdir: ../../../../static/images/articles/releng/
 endif::[]
 
 ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
 :imagesdir: ../../../../static/images/articles/releng/
 endif::[]
 
diff --git a/documentation/content/pt-br/articles/remote-install/_index.adoc b/documentation/content/pt-br/articles/remote-install/_index.adoc
index 683e94912c..d0695b03b9 100644
--- a/documentation/content/pt-br/articles/remote-install/_index.adoc
+++ b/documentation/content/pt-br/articles/remote-install/_index.adoc
@@ -25,7 +25,17 @@ trademarks: ["freebsd", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/serial-uart/_index.adoc b/documentation/content/pt-br/articles/serial-uart/_index.adoc
index ea57e431f7..7f06b2880a 100644
--- a/documentation/content/pt-br/articles/serial-uart/_index.adoc
+++ b/documentation/content/pt-br/articles/serial-uart/_index.adoc
@@ -24,7 +24,17 @@ trademarks: ["freebsd", "microsoft", "general"]
 :figure-caption: Figura
 :example-caption: Exemplo
 
+ifeval::["{backend}" == "html5"]
 include::shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
+endif::[]
 
 [.abstract-title]
 Resumo
diff --git a/documentation/content/pt-br/articles/vinum/_index.adoc b/documentation/content/pt-br/articles/vinum/_index.adoc
index 40d20eaacf..a1ee01695a 100644
--- a/documentation/content/pt-br/articles/vinum/_index.adoc
+++ b/documentation/content/pt-br/articles/vinum/_index.adoc
@@ -21,17 +21,18 @@ authors:
 :figure-caption: Figura
 :example-caption: Exemplo
 
-include::shared/pt-br/urls.adoc[]
-
 ifeval::["{backend}" == "html5"]
+include::shared/pt-br/urls.adoc[]
 :imagesdir: ../../../images/articles/vinum/
 endif::[]
 
 ifeval::["{backend}" == "pdf"]
+include::../../../../shared/pt-br/urls.adoc[]
 :imagesdir: ../../../../static/images/articles/vinum/
 endif::[]
 
 ifeval::["{backend}" == "epub3"]
+include::../../../../shared/pt-br/urls.adoc[]
 :imagesdir: ../../../../static/images/articles/vinum/
 endif::[]