diff mbox series

[02/11] ref-manual: classes: fix https:// prefix missing in anonymous reference

Message ID 20260508-misc-typo-20260508-v1-2-8fb61b5358cc@cherry.de
State New
Headers show
Series fix typos, grammar, consistency, missing word, and broken links | expand

Commit Message

Quentin Schulz May 8, 2026, 4:59 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

By failing to prefix the URL with https://, it makes the anonymous
reference a link relative to the "parent link". In other words, it
renders the link as
https://docs.yoctoproject.org/wrynose/ref-manual/github.com/bootlin/sbom-cve-check
instead of https://github.com/bootlin/sbom-cve-check.

Add https:// prefix to the URI so it's properly handled.

Fixes: 51162cd20d7a ("ref-manual: document the sbom-cve-check class, fragment, and variables")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/classes.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 2905af5ed..e40032164 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2694,7 +2694,7 @@  usually determines whether to include this class.
 ==================
 
 The :ref:`ref-classes-sbom-cve-check` class uses the `sbom-cve-check
-<github.com/bootlin/sbom-cve-check>`__ command-line tool for post-build CVE
+<https://github.com/bootlin/sbom-cve-check>`__ command-line tool for post-build CVE
 analysis. It relies on the :ref:`ref-classes-create-spdx` class as SPDX files
 are the input of this tool.
 
@@ -2719,7 +2719,7 @@  configure the behavior of this class.
 =========================
 
 The :ref:`ref-classes-sbom-cve-check-recipe` class uses the `sbom-cve-check
-<github.com/bootlin/sbom-cve-check>`__ command-line tool for post-build CVE
+<https://github.com/bootlin/sbom-cve-check>`__ command-line tool for post-build CVE
 analysis of a recipe. It relies on the :ref:`ref-classes-create-spdx` class as
 SPDX files are the input of this tool.