This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 5e9a29f8c1c4db353d5581229f8419a0b812d30e Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Mar 29 07:44:50 2022 +0200 Uses proper link to 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 ca3855c..dbc3f03 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-2021.html">Announcements</a></li> + <li><a href="/announce-2022.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>