This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch ebarboni-patch-1 in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
commit e1db104377547cc75303ef1e464853f6b4b85765 Author: Eric Barboni <[email protected]> AuthorDate: Fri Jul 26 13:08:13 2024 +0200 Update .htaccess for nb 23-RC1 --- supplemental-ui/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess index 433c3e7..dcbdb07 100644 --- a/supplemental-ui/.htaccess +++ b/supplemental-ui/.htaccess @@ -58,6 +58,8 @@ Redirect 302 /nb/updates/21/ https://netbeans-vm1.apache.org/uc/21/ Redirect 302 /nb/plugins/21/ https://plugins.netbeans.apache.org/data/21/ Redirect 302 /nb/updates/22/ https://netbeans-vm1.apache.org/uc/22/ Redirect 302 /nb/plugins/22/ https://plugins.netbeans.apache.org/data/22/ +Redirect 302 /nb/updates/23/ https://netbeans-vm1.apache.org/uc/23/ +Redirect 302 /nb/plugins/23/ https://plugins.netbeans.apache.org/data/22/ Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/22/ # linked from ide.branding --------------------------------------------------------------------- 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
