This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 66f55a6 Automatic Site Publish by Buildbot
66f55a6 is described below
commit 66f55a679bb3289d3f686b5959dbc83fbe453d78
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 16 18:13:12 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/output/.htaccess b/output/.htaccess
index ff725c1..171ed1f 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -80,4 +80,6 @@ RewriteRule ^guide/\d+_\d+/(?!.+\.\w+$|.+/$).+$
$0/ [R=301,L]
RewriteRule ^docs/(\d+_\d+_\d+/.*)$
__root/docs.lucene.apache.org/content/solr/$1 [PT]
RewriteRule ^guide/\d+_\d+/.*$
__root/docs.lucene.apache.org/content/solr/$0 [PT]
-RewriteRule ^charts/(.*)$ https://nightlies.apache.org/solr/helm-charts/$1
[R,L]
\ No newline at end of file
+### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
+RewriteRule ^charts(/.*)?$
https://nightlies.apache.org/solr/release/helm-charts$1 [R,L]
+RewriteRule ^operator/downloads/crds(/(v\d\.\d\.\d(/.*)?)?)?$
https://nightlies.apache.org/solr/release/operator/crds$1 [R,L]
\ No newline at end of file