From 0a031c7739a3583943e05a9a22ca6e4f60b26897 Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Wed, 14 Sep 2022 13:43:23 +0000
Subject: [PATCH] Add 2022-09 release link to documentation page

---
 content/documentation/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/documentation/_index.md b/content/documentation/_index.md
index 569051e..9a40123 100644
--- a/content/documentation/_index.md
+++ b/content/documentation/_index.md
@@ -14,17 +14,17 @@ container: container
 ## Current releases
 
 {{< html/list_wrapper listClass="fa-ul">}}
-  <li><a href="http://help.eclipse.org/2022-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-06 (4.24) Documentation</a> (HTML Help Center)</li>
+  <li><a href="http://help.eclipse.org/2022-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-09 (4.25) Documentation</a> (HTML Help Center)</li>
 {{</ html/list_wrapper >}}
 
 ## Older releases
 
 {{< html/list_wrapper listClass="fa-ul">}}
+  <li><a href="http://help.eclipse.org/2022-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-06 (4.24) Documentation</a> (HTML Help Center)</li>
   <li><a href="http://help.eclipse.org/2022-03/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2022-03 (4.23) Documentation</a> (HTML Help Center)</li>
   <li><a href="http://help.eclipse.org/2021-12/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-12 (4.22) Documentation</a> (HTML Help Center)</li>
   <li><a href="http://help.eclipse.org/2021-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-09 (4.21) Documentation</a> (HTML Help Center)</li>
   <li><a href="http://help.eclipse.org/2021-06/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-06 (4.20) Documentation</a> (HTML Help Center)</li>
-  <li><a href="http://help.eclipse.org/2021-03/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2021-03 (4.19) Documentation</a> (HTML Help Center)</li>
 {{</ html/list_wrapper >}}
 
 For even older releases (Photon, Oxygen, Neon, etc), please download the corresponding Eclipse SDK or any EPP package and start the Information center locally as described here:
-- 
GitLab