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 7111d0f0fdace778b7b1cc808553bcb57c9910c0 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Tue Oct 15 11:15:33 2024 +0200 Updated the reference to MINA 2.0.26 and 2.1.9 releases --- static/mina-project/gen-docs/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/mina-project/gen-docs/.htaccess b/static/mina-project/gen-docs/.htaccess index c01fc2b82..8718d417f 100644 --- a/static/mina-project/gen-docs/.htaccess +++ b/static/mina-project/gen-docs/.htaccess @@ -2,11 +2,11 @@ Options +FollowSymLinks RewriteEngine On # Redirect to the latest releases -RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.25/ [QSA,L] -RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.25/$1 [QSA,L] +RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.26/ [QSA,L] +RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.26/$1 [QSA,L] -RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.8/ [QSA,L] -RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.8/$1 [QSA,L] +RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.9/ [QSA,L] +RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.9/$1 [QSA,L] RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.3/ [QSA,L] RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.3/$1 [QSA,L]