This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch neilcsmith-net-patch-1 in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
commit d6e0cc7c82898c5fffae1fbeafbf88a2538d3e82 Author: Neil C Smith <[email protected]> AuthorDate: Wed Jun 5 18:15:07 2024 +0100 Update .htaccess for NB22 plugins --- supplemental-ui/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess index c2965a9..433c3e7 100644 --- a/supplemental-ui/.htaccess +++ b/supplemental-ui/.htaccess @@ -57,9 +57,9 @@ Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/20/ 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/21/ +Redirect 302 /nb/plugins/22/ 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/21/ +Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/22/ # 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
