git: 3260980be6 - main - status/report-2022-07-2022-09: Fix link to the Handbook
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 12:57:28 UTC
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=3260980be67b621a329793737abe2f7c3317937b commit 3260980be67b621a329793737abe2f7c3317937b Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-10-20 12:53:50 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-10-20 12:57:17 +0000 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 --- website/content/en/status/report-2022-07-2022-09/_index.adoc | 3 +++ website/content/en/status/report-2022-07-2022-09/cloud-init.adoc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.