This is an automated email from the ASF dual-hosted git repository. rgielen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/main by this push: new dd67ade1a Fix link to announcements in menu to point to 2025 page dd67ade1a is described below commit dd67ade1a6be324c94418b151c9c976c335d3711 Author: René Gielen <rgie...@apache.org> AuthorDate: Sun Apr 13 11:12:08 2025 +0200 Fix link to announcements in menu to point to 2025 page --- source/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/header.html b/source/_includes/header.html index 52b48b4c7..e5890ffc1 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -26,7 +26,7 @@ <li><a href="/index.html">Welcome</a></li> <li><a href="/download.cgi">Download</a></li> <li><a href="/releases.html">Releases</a></li> - <li><a href="/announce-2024.html">Announcements</a></li> + <li><a href="/announce-2025.html">Announcements</a></li> <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>