aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2022-10-20 12:53:50 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2022-10-20 12:57:17 +0000
commit3260980be67b621a329793737abe2f7c3317937b (patch)
tree4976bfc4e25f7e718549b78c8af0f70c76f54dba
parentae75083aad234cb9e8368982dda61deff79a202d (diff)
downloaddoc-3260980be6.tar.gz
doc-3260980be6.zip
status/report-2022-07-2022-09: Fix link to the Handbook
Fix link in cloud-init.adoc by: - including shared/en/urls.adoc in _index.adoc; - switching from extref to link. Reviewed by: carlavilla Approved by: debdrup (status blanket) Differential Revision: https://reviews.freebsd.org/D37033
-rw-r--r--website/content/en/status/report-2022-07-2022-09/_index.adoc3
-rw-r--r--website/content/en/status/report-2022-07-2022-09/cloud-init.adoc2
2 files changed, 4 insertions, 1 deletions
diff --git a/website/content/en/status/report-2022-07-2022-09/_index.adoc b/website/content/en/status/report-2022-07-2022-09/_index.adoc
index daecefd8cd..75c2b97022 100644
--- a/website/content/en/status/report-2022-07-2022-09/_index.adoc
+++ b/website/content/en/status/report-2022-07-2022-09/_index.adoc
@@ -12,6 +12,9 @@ sidenav: about
:source-highlighter: rouge
:experimental:
:reports-path: content/en/status/report-2022-07-2022-09
+:lang: en
+
+include::shared/{lang}/urls.adoc[]
include::{reports-path}/intro.adoc[]
diff --git a/website/content/en/status/report-2022-07-2022-09/cloud-init.adoc b/website/content/en/status/report-2022-07-2022-09/cloud-init.adoc
index e023d3e8a3..0a9236bba9 100644
--- a/website/content/en/status/report-2022-07-2022-09/cloud-init.adoc
+++ b/website/content/en/status/report-2022-07-2022-09/cloud-init.adoc
@@ -12,7 +12,7 @@ Unfortunately, cloud-init support for operating systems other than Linux is rath
To remedy the situation, this project aims to bring FreeBSD cloud-init support on par with Linux support.
The broader plan is to lift support across all BSDs.
-The project deliverables include completing an extraction of certain networking classes, implementing man:ifconfig[8] and man:login.conf[5] parsers, implementing IPv6 configuration, creating man:devd.conf[5] rules for Azure, and extref:{handbook}[FreeBSD Handbook] documentation about productionizing FreeBSD.
+The project deliverables include completing an extraction of certain networking classes, implementing man:ifconfig[8] and man:login.conf[5] parsers, implementing IPv6 configuration, creating man:devd.conf[5] rules for Azure, and link:{handbook}[FreeBSD Handbook] documentation about productionizing FreeBSD.
On the way there, any BSD-related bugs found in modules and documentation will also be fixed.