This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch ebarboni-patch-release113 in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit 65af5ea013172d445d95b49d247bfafd3f2db65c Author: Eric Barboni <[email protected]> AuthorDate: Wed Jan 22 02:03:28 2020 +0100 prepare redirect for 11.3 --- netbeans.apache.org/src/content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbeans.apache.org/src/content/.htaccess b/netbeans.apache.org/src/content/.htaccess index fb565b9..42471a3 100644 --- a/netbeans.apache.org/src/content/.htaccess +++ b/netbeans.apache.org/src/content/.htaccess @@ -9,6 +9,8 @@ Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.1/ Redirect 302 /nb/plugins/11.1/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ 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/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
