This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch nb27rc1 in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
commit 57d934ef15ebb5471efd151399ea9594489cf42f Author: Neil C Smith <[email protected]> AuthorDate: Wed Jul 23 14:54:31 2025 +0100 Update .htaccess for 27-rc1 --- supplemental-ui/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess index 4b4deeb..379be18 100644 --- a/supplemental-ui/.htaccess +++ b/supplemental-ui/.htaccess @@ -66,6 +66,8 @@ Redirect 302 /nb/updates/25/updates.xml.gz /updates/previous.xml Redirect 302 /nb/plugins/25/ https://plugins.netbeans.apache.org/data/25/ Redirect 302 /nb/updates/26/updates.xml /updates/current.xml Redirect 302 /nb/plugins/26/ https://plugins.netbeans.apache.org/data/26/ +Redirect 302 /nb/updates/27/updates.xml /updates/current.xml +Redirect 302 /nb/plugins/26/ https://plugins.netbeans.apache.org/data/26/ # dev builds including temporary gz redirect Redirect 302 /nb/updates/dev/updates.xml /updates/current.xml Redirect 302 /nb/updates/dev/updates.xml.gz /updates/current.xml --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
