This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch nbbuild-redirect
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit 4dfa17d594740c1ad38a5e579bc19e870bf9370d
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Tue May 2 09:37:39 2023 +0100

    Add netbeansrelease.json redirect for build
---
 netbeans.apache.org/src/content/.htaccess | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 63da31967..0b129edba 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -2,6 +2,8 @@ DirectoryIndex index.html index.asciidoc
 Redirect 302 /download/9.0-beta/source 
https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-source.zip
 Redirect 302 /download/9.0-beta/binary 
https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-bin.zip
 Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz 
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz
+
+# Inbound links from the IDE - prefixed with /nb/
 Redirect 302 /nb/updates/9.0/ http://netbeans-vm1.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm1.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm1.apache.org/uc/11.0/
@@ -41,6 +43,10 @@ Redirect 302 /nb/updates/dev/ 
https://netbeans-vm1.apache.org/uc/dev/
 Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/17/
 Redirect 302 /nb/issues_redirect.html 
https://netbeans.apache.org/participate/report-issue.html
 Redirect 302 /nb/report-issue 
https://netbeans.apache.org/participate/report-issue.html
+
+# 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
+
 #cgi mirror script
 Redirect 301 /download/maven/index.html /download/maven/index.cgi
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to