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
The following commit(s) were added to refs/heads/master by this push: new 9878ad218 Redirecting the downloads for the new MINA versions 9878ad218 is described below commit 9878ad2189cefb065906bf9f207ce9a6a593bf8f Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Jun 5 05:40:13 2023 +0200 Redirecting the downloads for the new MINA versions --- static/mina-project/gen-docs/.htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/mina-project/gen-docs/.htaccess b/static/mina-project/gen-docs/.htaccess index 1a3ab5462..3b35cb88a 100644 --- a/static/mina-project/gen-docs/.htaccess +++ b/static/mina-project/gen-docs/.htaccess @@ -2,14 +2,14 @@ Options +FollowSymLinks RewriteEngine On # Redirect to the latest releases -RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.23/ [QSA,L] -RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.23/$1 [QSA,L] +RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.24/ [QSA,L] +RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.24/$1 [QSA,L] -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.1$ https://nightlies.apache.org/mina/mina/2.1.7/ [QSA,L] +RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.7/$1 [QSA,L] -RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.1/ [QSA,L] -RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.1/$1 [QSA,L] +RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.2/ [QSA,L] +RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.2/$1 [QSA,L] # Redirect everything else RewriteRule ^(.*)$ https://nightlies.apache.org/mina/mina/$1 [QSA,L]