You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/03/14 18:42:22 UTC

[solr-site] branch main updated: Remove duplicate / in crd redirect

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9d4efbe  Remove duplicate / in crd redirect
9d4efbe is described below

commit 9d4efbe6716cbe7e8f037db513c5fe4462057396
Author: Houston Putman <ho...@gmail.com>
AuthorDate: Mon Mar 14 14:42:16 2022 -0400

    Remove duplicate / in crd redirect
---
 themes/solr/templates/htaccess.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.template b/themes/solr/templates/htaccess.template
index 68b0130..39e1e91 100644
--- a/themes/solr/templates/htaccess.template
+++ b/themes/solr/templates/htaccess.template
@@ -74,7 +74,7 @@ Redirect temp /charts https://nightlies.apache.org/solr/release/helm-charts
 ### Redirects to Apache Nightlies for pre-Apache Solr Operator CRDs (These don't exist in the archives)
 RedirectMatch ^/operator/downloads/crds/(v0\.2\.6|v0\.2\.7|v0\.2\.8)(/?.*)$ https://nightlies.apache.org/solr/release/operator/crds/$1$2
 ### Redirects to Apache Archives, where the official release CRDs are stored
-RedirectMatch ^/operator/downloads/crds/(v\d+\.\d+\.\d+)(/?.*)$ https://www.apache.org/dyn/closer.lua?action=download&filename=/solr/solr-operator/$1/crds$2
+RedirectMatch ^/operator/downloads/crds/(v\d+\.\d+\.\d+)(/?.*)$ https://www.apache.org/dyn/closer.lua?action=download&filename=solr/solr-operator/$1/crds$2
 
 ### Javadocs & Refguide