This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch plugins-nb29 in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
commit 5f535d5dd6677493310298c2de29a73923853db2 Author: Neil C Smith <[email protected]> AuthorDate: Thu Feb 5 15:16:24 2026 +0000 Update .htaccess for NB29 plugins --- supplemental-ui/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess index 3b8a587..9fede53 100644 --- a/supplemental-ui/.htaccess +++ b/supplemental-ui/.htaccess @@ -64,11 +64,11 @@ 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/ Redirect 302 /nb/updates/29/updates.xml /updates/current.xml -Redirect 302 /nb/plugins/29/ https://plugins.netbeans.apache.org/data/28/ +Redirect 302 /nb/plugins/29/ https://plugins.netbeans.apache.org/data/29/ # 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/28/ +Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/29/ # 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
