diff mbox series

[01/11] migration-guides: fix https:// prefix missing in anonymous reference

Message ID 20260508-misc-typo-20260508-v1-1-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/migration-guides/dashboard.yoctoproject.org/releases.json
instead of https://dashboard.yoctoproject.org/releases.json.

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

Fixes: 8a29e23d144e ("migration-guides: update 6.0 (Wrynose) release notes")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/migration-guides/release-notes-6.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst
index f93075d7a..aae7ee4e7 100644
--- a/documentation/migration-guides/release-notes-6.0.rst
+++ b/documentation/migration-guides/release-notes-6.0.rst
@@ -263,7 +263,7 @@  New Features / Enhancements in |yocto-ver|
 
    -  The documentation build now fetches the list of active and inactive
       version of the documentation from the remote `releases.json
-      <dashboard.yoctoproject.org/releases.json>`__ file. This also applies to
+      <https://dashboard.yoctoproject.org/releases.json>`__ file. This also applies to
       the :term:`BitBake` documentation.
 
 -  Go changes: