From 5c179936966aa4ff973dddc4c1a58ace44cdf448 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Tue, 6 Sep 2022 20:34:29 -0400
Subject: [PATCH] Refer to releases as stable

---
 _templates/layout.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_templates/layout.html b/_templates/layout.html
index cd42441b..c6be8a80 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -7,9 +7,9 @@
     </div>
   {% else %}
     <div class="wy-alert wy-alert-danger">
-     This is the latest (main) BeagleBoard documentation. 
-     If you are looking for the previous releases, use the 
-     drop-down menu on the left and select the desired version.
+     This is the latest (main) BeagleBoard documentation.
+     If you are looking for stable releases, use the
+     drop-down menu on the bottom-left and select the desired version.
     </div>
   {% endif %}
   {{ super() }}
-- 
GitLab