diff mbox series

[yocto-autobuilder-helper,2/2] scripts/dashboard/index.html: add link to documentation

Message ID 20260814-dashboard-updates-v1-2-2ef14945639c@bootlin.com
State New
Headers show
Series Dashboard updates | expand

Commit Message

Antonin Godard Aug. 14, 2026, 3:10 p.m. UTC
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 scripts/dashboard/index.html | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/scripts/dashboard/index.html b/scripts/dashboard/index.html
index d20276f..0944f90 100644
--- a/scripts/dashboard/index.html
+++ b/scripts/dashboard/index.html
@@ -28,6 +28,7 @@ 
       <p>Other useful links:</p>
       </p>
       <ul>
+        <li><a href="https://docs.yoctoproject.org/">Yocto Project Documentation</a></li>
         <li><a href="https://www.yoctoproject.org/development/releases/">Release Information</a></li>
         <li><a href="https://valkyrie.yocto.io/pub/">Autobuilder unreleased build output</a></li>
         <li><a href="https://swatbot.yoctoproject.org/">Swatbot - CI failure triage system</a></li>