This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/fineract-site.git
commit 776f17647f1ea2164385b6fb95eb7474db9cc713 Author: Adam Monsen <[email protected]> AuthorDate: Fri Jul 10 19:09:42 2026 -0700 point /docs/rc to /docs/1.15.0 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a685ec9..1b8810a 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,6 @@ RewriteRule ^fonts/(fontawesome.+)$ docs/database/bower/font-awesome/fonts/$1 [L RewriteRule ^docs/current(.*)$ docs/1.14.0$1 [L] # candidate for next release -RewriteRule ^docs/rc(.*)$ docs/current [L] +RewriteRule ^docs/rc(.*)$ docs/1.15.0$1 [L] ErrorDocument 404 /404.html
