You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/07/20 05:33:57 UTC

[struts-site] branch master updated: Fix link to v2.5 release notes

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 5aa474978 Fix link to v2.5 release notes
     new bb51e5f5b Merge pull request #159 from sryze/patch-2
5aa474978 is described below

commit 5aa474978218b3257f2897a90e5297f505e6de51
Author: Sergey Zolotarev <sr...@protonmail.com>
AuthorDate: Wed Jul 20 08:29:09 2022 +0600

    Fix link to v2.5 release notes
---
 source/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/.htaccess b/source/.htaccess
index 5e9a4d175..bd1ae9474 100644
--- a/source/.htaccess
+++ b/source/.htaccess
@@ -7,6 +7,7 @@ RewriteCond %{REQUEST_URI} !^/dtds/? [NC]
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
 
 RedirectMatch \/docs\/version\-notes\-25([0-9]{1,2})+\.html   https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.$1
+RedirectMatch \/docs\/version\-notes\-25\.html                https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5
 RedirectMatch \/docs\/version\-notes\-23([0-9]{1,2})+\.html   https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.$1
 RedirectMatch \/docs\/version\-notes\-22([0-9]{1,2})+\.html   https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.2.$1
 RedirectMatch \/docs\/version\-notes\-21([0-9]{1,2})+\.html   https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.1.$1