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


The following commit(s) were added to refs/heads/master by this push:
     new d07305f  Uses proper announcement redirect
d07305f is described below

commit d07305f30929592adc0269c36c4438fadc6e1673
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Mar 29 07:31:41 2022 +0200

    Uses proper announcement redirect
---
 source/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/.htaccess b/source/.htaccess
index 88755ec..5e9a4d1 100644
--- a/source/.htaccess
+++ b/source/.htaccess
@@ -24,6 +24,6 @@ RedirectMatch \/2.*\/(.*)?                          
http://struts.apache.org/$1
 # page downloads.html was renamed to releases.html
 RedirectMatch \/downloads /releases
 
-RedirectMatch \/announce.html(#a[0-9]+)? /announce-2020.html$1
+RedirectMatch \/announce.html(#a[0-9]+)? /announce-2022.html$1
 
 ErrorDocument 404 /404

Reply via email to