This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
commit 6e9e74aad3a35f28e2c0e63245b179c65ba2000b Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Jul 18 00:58:19 2022 +0200 Added some reference to MINA 2.2.0 documentation --- static/mina-project/gen-docs/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/mina-project/gen-docs/.htaccess b/static/mina-project/gen-docs/.htaccess index 905db33ed..ec2751553 100644 --- a/static/mina-project/gen-docs/.htaccess +++ b/static/mina-project/gen-docs/.htaccess @@ -8,6 +8,9 @@ RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.23/$1 [ RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.6/ [QSA,L] RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.6/$1 [QSA,L] +RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.0/ [QSA,L] +RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.0/$1 [QSA,L] + # Redirect everything else RewriteRule ^(.*)$ https://nightlies.apache.org/mina/mina/$1 [QSA,L]