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 862fa8d Remove $ from end of CRD redirect match.
862fa8d is described below
commit 862fa8df88c0b6447935c9c7849ba0cab402f296
Author: Houston Putman <[email protected]>
AuthorDate: Mon May 3 11:12:09 2021 -0500
Remove $ from end of CRD redirect match.
---
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 54373cd..fdcd369 100644
--- a/themes/solr/templates/htaccess.template
+++ b/themes/solr/templates/htaccess.template
@@ -71,7 +71,7 @@ RedirectMatch Permanent ^/docs/api-(.*) /docs/$1
### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
Redirect temp /charts https://nightlies.apache.org/solr/release/helm-charts
-RedirectMatch temp ^/operator/downloads/crds(/.*)$
https://nightlies.apache.org/solr/release/operator/crds$1
+RedirectMatch temp ^/operator/downloads/crds(/.*)
https://nightlies.apache.org/solr/release/operator/crds$1
### Javadocs & Refguide