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

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new bcda53e  Automatic Site Publish by Buildbot
bcda53e is described below

commit bcda53e5e162b3d388c0c6311c0021635642e875
Author: buildbot <[email protected]>
AuthorDate: Fri Apr 30 21:04:37 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess           | 4 ++--
 output/operator/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index 6680e4f..6b879a2 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -70,8 +70,8 @@ RedirectMatch Permanent ^/docs/4_0_0-(ALPHA|BETA)(.*) 
/docs/4_0_0$2
 RedirectMatch Permanent ^/docs/api-(.*) /docs/$1
 
 ### Redirects to Apache Nightlies, this will change when they have a separate 
area for released artifacts
-RedirectMatch temp ^/charts(/.*)?$ 
https://nightlies.apache.org/solr/release/helm-charts$1
-RedirectMatch temp ^/operator/downloads/crds(/(v\d\.\d\.\d(/.*)?)?)?$ 
https://nightlies.apache.org/solr/release/operator/crds$1
+Redirect temp "/charts" "https://nightlies.apache.org/solr/release/helm-charts";
+Redirect temp "/operator/downloads/crds" 
"https://nightlies.apache.org/solr/release/operator/crds";
 
 ### Javadocs & Refguide
 
diff --git a/output/operator/index.html b/output/operator/index.html
index 526591c..ab58747 100644
--- a/output/operator/index.html
+++ b/output/operator/index.html
@@ -389,7 +389,7 @@
   <div class="row">
     <div class="large-12 columns text-center">
       <div class="annotation">
-        Solr Operator News | 11 January 2021
+        Solr Operator News | 29 April 2021
       </div>
       <h1>
         Apache Solr Operator v0.3.0 available

Reply via email to