This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch ebarboni-patch-2 in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit 1a130cec5355238093c6991fc7605701a260c196 Author: Eric Barboni <[email protected]> AuthorDate: Thu Jan 30 13:09:46 2020 +0100 Update .htaccess use https --- 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 42471a3..b9507e7 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -10,7 +10,7 @@ Redirect 302 /nb/plugins/11.1/ http://plugins.netbeans.org/nbpluginportal/update Redirect 302 /nb/updates/11.2/ https://netbeans-vm.apache.org/uc/11.2/ Redirect 302 /nb/plugins/11.2/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ Redirect 302 /nb/updates/11.3/ https://netbeans-vm.apache.org/uc/11.3/ -Redirect 302 /nb/plugins/11.3/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ +Redirect 302 /nb/plugins/11.3/ https://plugins.netbeans.org/nbpluginportal/updates/11.0/ Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/11.2/ 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
