This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/announce-2024 in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 770927ab366914c43aa8cd46869cc2b277f742e9 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Apr 22 19:55:55 2024 +0200 Fixes link to the announcement 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 3cd9c776e..a379646e4 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-2023.html">Announcements</a></li> + <li><a href="/announce-2024.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>