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 49b25f35cc0cbef522d5823c2919518800f961e9 Author: Eric Barboni <[email protected]> AuthorDate: Wed Oct 15 17:10:32 2025 +0200 Update .htaccess preparation for nb28-rc1 --- supplemental-ui/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess index 5e52d32..88eab99 100644 --- a/supplemental-ui/.htaccess +++ b/supplemental-ui/.htaccess @@ -68,10 +68,12 @@ Redirect 302 /nb/updates/26/updates.xml /updates/previous.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/27/ https://plugins.netbeans.apache.org/data/27/ +Redirect 302 /nb/updates/28/updates.xml /updates/current.xml +Redirect 302 /nb/plugins/28/ https://plugins.netbeans.apache.org/data/28/ # 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 -Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/27/ +Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/28/ # linked from ide.branding Redirect 302 /nb/issues.html https://netbeans.apache.org/front/main/participate/report-issue/ Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/front/main/participate/report-issue/ --------------------------------------------------------------------- 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
