This is an automated email from the ASF dual-hosted git repository. gopidesu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push: new 816b86ec44 Add live docs cloudfront url (#1190) 816b86ec44 is described below commit 816b86ec44df2a44ea4a8d0bb485301bab03b111 Author: GPK <gopidesupa...@gmail.com> AuthorDate: Thu May 8 22:56:19 2025 +0100 Add live docs cloudfront url (#1190) --- landing-pages/site/static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-pages/site/static/.htaccess b/landing-pages/site/static/.htaccess index 379cdad0a9..647d025fa2 100644 --- a/landing-pages/site/static/.htaccess +++ b/landing-pages/site/static/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On RewriteCond %{REQUEST_URI} ^/docs [NC] -RewriteRule (.*) https://d3a2du7x0n8ydr.cloudfront.net/$1 [P] +RewriteRule (.*) https://d7fnmbhf26p21.cloudfront.net/$1 [P] RedirectMatch Permanent ^/docs/(stable|1.10.10)/api(\.html)?$ "https://airflow.apache.org/docs/apache-airflow/$1/rest-api-ref" RedirectMatch Permanent ^/docs/(stable|1.10.10)/(cli|macros)(\.html)?$ "https://airflow.apache.org/docs/apache-airflow/$1/$2-ref"