This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch htaccess-nb20 in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
commit 5121b16a3c0f10b0dd2723236d7bed7522f8864b Author: Neil C Smith <[email protected]> AuthorDate: Mon Nov 27 12:45:49 2023 +0000 Update .htaccess plugin and issue redirects for NB20 --- supplemental-ui/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess index f39f594..411bcef 100644 --- a/supplemental-ui/.htaccess +++ b/supplemental-ui/.htaccess @@ -46,11 +46,11 @@ Redirect 302 /nb/plugins/18/ https://plugins.netbeans.apache.org/data/18/ Redirect 302 /nb/updates/19/ https://netbeans-vm1.apache.org/uc/19/ Redirect 302 /nb/plugins/19/ https://plugins.netbeans.apache.org/data/19/ Redirect 302 /nb/updates/20/ https://netbeans-vm1.apache.org/uc/20/ -Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/19/ +Redirect 302 /nb/plugins/20/ https://plugins.netbeans.apache.org/data/20/ Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ -Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/19/ -Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/front/main/participate/report-issue.html -Redirect 302 /nb/report-issue https://netbeans.apache.org/front/main/participate/report-issue.html +Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/20/ +Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/front/main/participate/report-issue/ +Redirect 302 /nb/report-issue https://netbeans.apache.org/front/main/participate/report-issue/ # Inbound links from the build - prefixed with /nbbuild/ Redirect 302 /nbbuild/netbeansrelease.json https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/HEAD/meta/netbeansrelease.json --------------------------------------------------------------------- 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
