You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2021/01/21 04:25:59 UTC

[superset] branch master updated: docs: fix redirect from bad find/replace (#12642)

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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 06a80cd  docs: fix redirect from bad find/replace (#12642)
06a80cd is described below

commit 06a80cd3f4944625d1a64ff4a064d38cd3d3dcaf
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Jan 20 20:25:01 2021 -0800

    docs: fix redirect from bad find/replace (#12642)
---
 docs/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/.htaccess b/docs/.htaccess
index b928202..3eee8d2 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -19,5 +19,5 @@ RewriteEngine On
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
 
-RewriteCond %{HTTP_HOST} ^superset.apache.org$ [NC]
+RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
 RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]