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

kaxilnaik pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1c0e21f  Update broken redirect (#200)
1c0e21f is described below

commit 1c0e21f947d0eead788b802b6bf238ce72957ac9
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Wed Nov 27 19:33:21 2019 +0000

    Update broken redirect (#200)
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 4408a5d..af26be3 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
 RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ 
"https://airflow.apache.org/docs/stable/$1";
 RedirectMatch Permanent ^/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6)/.*)$ 
"https://airflow.apache.org/docs/$1";
-RedirectMatch Permanent 
^/(api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|index|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?$
 "https://airflow.apache.org/docs/stable/$1";
+RedirectMatch Permanent 
^/((api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|index|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?)$
 "https://airflow.apache.org/docs/stable/$1";
 Redirect Permanent /objects.inv 
https://airflow.apache.org/docs/stable/objects.inv

Reply via email to