This is an automated email from the ASF dual-hosted git repository. jkovalsky pushed a commit to branch jkovalsky/newPPUC in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit 447f4681bc425da30e61883686ae018c25ef2771 Author: Jiří Kovalský <[email protected]> AuthorDate: Tue Apr 21 15:14:38 2020 +0200 Changing location of Plugin Portal Update Center for NetBeans 12.0 --- netbeans.apache.org/src/content/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index 5680082..bfbbc9c 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -12,7 +12,7 @@ Redirect 302 /nb/plugins/11.2/ http://plugins.netbeans.org/nbpluginportal/update Redirect 302 /nb/updates/11.3/ https://netbeans-vm.apache.org/uc/11.3/ Redirect 302 /nb/plugins/11.3/ https://netbeans-vm.apache.org/pluginportal2/updates/11.0/ Redirect 302 /nb/updates/12.0/ https://netbeans-vm.apache.org/uc/12.0/ -Redirect 302 /nb/plugins/12.0/ https://netbeans-vm.apache.org/pluginportal2/updates/11.0/ +Redirect 302 /nb/plugins/12.0/ https://plugins.netbeans.apache.org/data/12.0/ Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/11.3/ Redirect 302 /nb/plugins/dev/ https://netbeans-vm.apache.org/pluginportal2/updates/11.0/ Redirect 302 /nb/issues_redirect.html https://issues.apache.org/jira/projects/NETBEANS/issues --------------------------------------------------------------------- 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
