You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2019/12/24 14:59:54 UTC

[airflow-site] branch asf-site updated: Fix suggestion link - sed 's/aip-11/master/g' - Fix #224 (#227)

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

kamilbregula 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 a6c0e3f  Fix suggestion link - sed 's/aip-11/master/g' - Fix #224 (#227)
a6c0e3f is described below

commit a6c0e3f310d3b73c9dbc70c519bd5f6071c3cf7a
Author: Kamil Breguła <mi...@users.noreply.github.com>
AuthorDate: Tue Dec 24 15:59:46 2019 +0100

    Fix suggestion link - sed 's/aip-11/master/g' - Fix #224 (#227)
---
 404.html                                                            | 2 +-
 _gen/indexes/en/blog-posts.json                                     | 2 +-
 blog/airflow-survey/index.html                                      | 4 ++--
 blog/announcing-new-website/index.html                              | 6 +++---
 .../index.html                                                      | 2 +-
 blog/index.html                                                     | 2 +-
 blog/index.xml                                                      | 6 +++---
 blog/its-a-breeze-to-develop-apache-airflow/index.html              | 2 +-
 blog/tags/community/index.html                                      | 2 +-
 blog/tags/community/index.xml                                       | 6 +++---
 blog/tags/development/index.html                                    | 2 +-
 blog/tags/survey/index.html                                         | 2 +-
 blog/tags/survey/index.xml                                          | 2 +-
 blog/tags/users/index.html                                          | 2 +-
 blog/tags/users/index.xml                                           | 2 +-
 categories/index.html                                               | 2 +-
 community/index.html                                                | 2 +-
 index.html                                                          | 2 +-
 index.xml                                                           | 6 +++---
 install/index.html                                                  | 2 +-
 meetups/index.html                                                  | 2 +-
 privacy-notice/index.html                                           | 2 +-
 roadmap/index.html                                                  | 2 +-
 search/index.html                                                   | 2 +-
 tags/index.html                                                     | 2 +-
 use-cases/adobe/index.html                                          | 2 +-
 use-cases/big-fish-games/index.html                                 | 2 +-
 use-cases/dish/index.html                                           | 2 +-
 use-cases/experity/index.html                                       | 2 +-
 use-cases/index.html                                                | 2 +-
 use-cases/onefootball/index.html                                    | 2 +-
 31 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/404.html b/404.html
index 191743f..9f9bcf2 100644
--- a/404.html
+++ b/404.html
@@ -375,7 +375,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/>
         
 
 
diff --git a/_gen/indexes/en/blog-posts.json b/_gen/indexes/en/blog-posts.json
index 7ae8603..8e12c2c 100644
--- a/_gen/indexes/en/blog-posts.json
+++ b/_gen/indexes/en/blog-posts.json
@@ -1 +1 @@
-[{"content":"## The story behind the Airflow Breeze tool\nInitially, we started contributing to this fantastic open-source project [Apache Airflow] with a team of three which then grew to five. When we kicked it off a year ago, I realized pretty soon where the biggest bottlenecks and areas for improvement in terms of productivity were. Even with the help of our client, who provided us with a “homegrown” development environment it took us literally days to set it up and learn some basics. [...]
\ No newline at end of file
+[{"content":"## The story behind the Airflow Breeze tool\nInitially, we started contributing to this fantastic open-source project [Apache Airflow] with a team of three which then grew to five. When we kicked it off a year ago, I realized pretty soon where the biggest bottlenecks and areas for improvement in terms of productivity were. Even with the help of our client, who provided us with a “homegrown” development environment it took us literally days to set it up and learn some basics. [...]
diff --git a/blog/airflow-survey/index.html b/blog/airflow-survey/index.html
index 0a6c084..0197746 100644
--- a/blog/airflow-survey/index.html
+++ b/blog/airflow-survey/index.html
@@ -1413,7 +1413,7 @@ for you here:</p>
 </ul>
 
 <p>The processed data includes multi-choice options one-hot encoded. If you find any interesting
-insight, please update the article (<a href="https://github.com/apache/airflow-site/blob/aip-11/CONTRIBUTE.md" target="_blank">make PR</a>
+insight, please update the article (<a href="https://github.com/apache/airflow-site/blob/master/CONTRIBUTE.md" target="_blank">make PR</a>
 to Airflow site).</p>
 
 </div>
@@ -1502,7 +1502,7 @@ to Airflow site).</p>
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/blog/airflow-survey/index.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/blog/airflow-survey/index.md>
         
 
 
diff --git a/blog/announcing-new-website/index.html b/blog/announcing-new-website/index.html
index 1c4825d..55a1345 100644
--- a/blog/announcing-new-website/index.html
+++ b/blog/announcing-new-website/index.html
@@ -412,10 +412,10 @@ to be translated into many languages. This is our effort to foster a more inclus
 Apache Airflow, and we look forward to seeing contributions in Spanish, Chinese, Russian, and other languages as well!</p>
 
 <p>We built our website on Docsy, a platform that is easy to use and contribute to. Follow
-<a href="https://github.com/apache/airflow-site/blob/aip-11/README.md" target="_blank">these steps</a> to set up your environment and
+<a href="https://github.com/apache/airflow-site/blob/master/README.md" target="_blank">these steps</a> to set up your environment and
 to create your first pull request. You may also use
 the new website for your own open source project as a template.
-All of our <a href="https://github.com/apache/airflow-site/tree/aip-11" target="_blank">code is open and hosted on Github</a>.</p>
+All of our <a href="https://github.com/apache/airflow-site/tree/master" target="_blank">code is open and hosted on Github</a>.</p>
 
 <p>Share your questions, comments, and suggestions with us, to help us improve the website.
 We hope that this new design makes finding documentation about Airflow easier,
@@ -549,7 +549,7 @@ and that its improved accessibility increases adoption and use of Apache Airflow
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/blog/announcing-new-website.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/blog/announcing-new-website.md>
         
 
 
diff --git a/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-commiters/index.html b/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-commiters/index.html
index 7cda438..daac290 100644
--- a/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-commiters/index.html
+++ b/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-commiters/index.html
@@ -529,7 +529,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-commiters.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/blog/apache-con-europe-2019-thoughts-and-insights-by-airflow-commiters.md>
         
 
 
diff --git a/blog/index.html b/blog/index.html
index 9af5c02..464cb61 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -548,7 +548,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/blog/_index.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/blog/_index.md>
         
 
 
diff --git a/blog/index.xml b/blog/index.xml
index ba176c4..fa7340f 100644
--- a/blog/index.xml
+++ b/blog/index.xml
@@ -995,7 +995,7 @@ for you here:&lt;/p&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The processed data includes multi-choice options one-hot encoded. If you find any interesting
-insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
+insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
 to Airflow site).&lt;/p&gt;
 
       </description>
@@ -1025,10 +1025,10 @@ to be translated into many languages. This is our effort to foster a more inclus
 Apache Airflow, and we look forward to seeing contributions in Spanish, Chinese, Russian, and other languages as well!&lt;/p&gt;
 
 &lt;p&gt;We built our website on Docsy, a platform that is easy to use and contribute to. Follow
-&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/README.md&#34; target=&#34;_blank&#34;&gt;these steps&lt;/a&gt; to set up your environment and
+&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/README.md&#34; target=&#34;_blank&#34;&gt;these steps&lt;/a&gt; to set up your environment and
 to create your first pull request. You may also use
 the new website for your own open source project as a template.
-All of our &lt;a href=&#34;https://github.com/apache/airflow-site/tree/aip-11&#34; target=&#34;_blank&#34;&gt;code is open and hosted on Github&lt;/a&gt;.&lt;/p&gt;
+All of our &lt;a href=&#34;https://github.com/apache/airflow-site/tree/master&#34; target=&#34;_blank&#34;&gt;code is open and hosted on Github&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;Share your questions, comments, and suggestions with us, to help us improve the website.
 We hope that this new design makes finding documentation about Airflow easier,
diff --git a/blog/its-a-breeze-to-develop-apache-airflow/index.html b/blog/its-a-breeze-to-develop-apache-airflow/index.html
index 5ae2b8a..0326e63 100644
--- a/blog/its-a-breeze-to-develop-apache-airflow/index.html
+++ b/blog/its-a-breeze-to-develop-apache-airflow/index.html
@@ -528,7 +528,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/blog/Its-a-breeze-to-develop-apache-airflow.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/blog/Its-a-breeze-to-develop-apache-airflow.md>
         
 
 
diff --git a/blog/tags/community/index.html b/blog/tags/community/index.html
index 08fb3c0..22192d0 100644
--- a/blog/tags/community/index.html
+++ b/blog/tags/community/index.html
@@ -523,7 +523,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/tags/community>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/tags/community>
         
 
 
diff --git a/blog/tags/community/index.xml b/blog/tags/community/index.xml
index 4ace7b4..7fab1ea 100644
--- a/blog/tags/community/index.xml
+++ b/blog/tags/community/index.xml
@@ -996,7 +996,7 @@ for you here:&lt;/p&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The processed data includes multi-choice options one-hot encoded. If you find any interesting
-insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
+insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
 to Airflow site).&lt;/p&gt;
 
       </description>
@@ -1026,10 +1026,10 @@ to be translated into many languages. This is our effort to foster a more inclus
 Apache Airflow, and we look forward to seeing contributions in Spanish, Chinese, Russian, and other languages as well!&lt;/p&gt;
 
 &lt;p&gt;We built our website on Docsy, a platform that is easy to use and contribute to. Follow
-&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/README.md&#34; target=&#34;_blank&#34;&gt;these steps&lt;/a&gt; to set up your environment and
+&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/README.md&#34; target=&#34;_blank&#34;&gt;these steps&lt;/a&gt; to set up your environment and
 to create your first pull request. You may also use
 the new website for your own open source project as a template.
-All of our &lt;a href=&#34;https://github.com/apache/airflow-site/tree/aip-11&#34; target=&#34;_blank&#34;&gt;code is open and hosted on Github&lt;/a&gt;.&lt;/p&gt;
+All of our &lt;a href=&#34;https://github.com/apache/airflow-site/tree/master&#34; target=&#34;_blank&#34;&gt;code is open and hosted on Github&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;Share your questions, comments, and suggestions with us, to help us improve the website.
 We hope that this new design makes finding documentation about Airflow easier,
diff --git a/blog/tags/development/index.html b/blog/tags/development/index.html
index bf8bc82..568e174 100644
--- a/blog/tags/development/index.html
+++ b/blog/tags/development/index.html
@@ -453,7 +453,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/tags/development>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/tags/development>
         
 
 
diff --git a/blog/tags/survey/index.html b/blog/tags/survey/index.html
index 0e9cbdb..8174b17 100644
--- a/blog/tags/survey/index.html
+++ b/blog/tags/survey/index.html
@@ -461,7 +461,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/tags/survey>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/tags/survey>
         
 
 
diff --git a/blog/tags/survey/index.xml b/blog/tags/survey/index.xml
index 5630b3e..a5b9fe9 100644
--- a/blog/tags/survey/index.xml
+++ b/blog/tags/survey/index.xml
@@ -996,7 +996,7 @@ for you here:&lt;/p&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The processed data includes multi-choice options one-hot encoded. If you find any interesting
-insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
+insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
 to Airflow site).&lt;/p&gt;
 
       </description>
diff --git a/blog/tags/users/index.html b/blog/tags/users/index.html
index d5f63fd..7353162 100644
--- a/blog/tags/users/index.html
+++ b/blog/tags/users/index.html
@@ -461,7 +461,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/tags/users>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/tags/users>
         
 
 
diff --git a/blog/tags/users/index.xml b/blog/tags/users/index.xml
index 3a09e82..df21fad 100644
--- a/blog/tags/users/index.xml
+++ b/blog/tags/users/index.xml
@@ -996,7 +996,7 @@ for you here:&lt;/p&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The processed data includes multi-choice options one-hot encoded. If you find any interesting
-insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
+insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
 to Airflow site).&lt;/p&gt;
 
       </description>
diff --git a/categories/index.html b/categories/index.html
index 93f2503..d262a33 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -371,7 +371,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/categories>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/categories>
         
 
 
diff --git a/community/index.html b/community/index.html
index d3c9189..e358a30 100644
--- a/community/index.html
+++ b/community/index.html
@@ -1488,7 +1488,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/community/_index.html>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/community/_index.html>
         
 
 
diff --git a/index.html b/index.html
index 3189a68..bd869e2 100644
--- a/index.html
+++ b/index.html
@@ -1475,7 +1475,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/_index.html>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/_index.html>
         
 
 
diff --git a/index.xml b/index.xml
index 5b96ac5..e1a283d 100644
--- a/index.xml
+++ b/index.xml
@@ -994,7 +994,7 @@ for you here:&lt;/p&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The processed data includes multi-choice options one-hot encoded. If you find any interesting
-insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
+insight, please update the article (&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/CONTRIBUTE.md&#34; target=&#34;_blank&#34;&gt;make PR&lt;/a&gt;
 to Airflow site).&lt;/p&gt;
 
       </description>
@@ -1024,10 +1024,10 @@ to be translated into many languages. This is our effort to foster a more inclus
 Apache Airflow, and we look forward to seeing contributions in Spanish, Chinese, Russian, and other languages as well!&lt;/p&gt;
 
 &lt;p&gt;We built our website on Docsy, a platform that is easy to use and contribute to. Follow
-&lt;a href=&#34;https://github.com/apache/airflow-site/blob/aip-11/README.md&#34; target=&#34;_blank&#34;&gt;these steps&lt;/a&gt; to set up your environment and
+&lt;a href=&#34;https://github.com/apache/airflow-site/blob/master/README.md&#34; target=&#34;_blank&#34;&gt;these steps&lt;/a&gt; to set up your environment and
 to create your first pull request. You may also use
 the new website for your own open source project as a template.
-All of our &lt;a href=&#34;https://github.com/apache/airflow-site/tree/aip-11&#34; target=&#34;_blank&#34;&gt;code is open and hosted on Github&lt;/a&gt;.&lt;/p&gt;
+All of our &lt;a href=&#34;https://github.com/apache/airflow-site/tree/master&#34; target=&#34;_blank&#34;&gt;code is open and hosted on Github&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;Share your questions, comments, and suggestions with us, to help us improve the website.
 We hope that this new design makes finding documentation about Airflow easier,
diff --git a/install/index.html b/install/index.html
index f259ff3..55610f1 100644
--- a/install/index.html
+++ b/install/index.html
@@ -592,7 +592,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/install/_index.html>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/install/_index.html>
         
 
 
diff --git a/meetups/index.html b/meetups/index.html
index 141bb68..db8738c 100644
--- a/meetups/index.html
+++ b/meetups/index.html
@@ -805,7 +805,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/meetups/_index.html>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/meetups/_index.html>
         
 
 
diff --git a/privacy-notice/index.html b/privacy-notice/index.html
index 83285e7..07fffe8 100644
--- a/privacy-notice/index.html
+++ b/privacy-notice/index.html
@@ -427,7 +427,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/privacy-notice/_index.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/privacy-notice/_index.md>
         
 
 
diff --git a/roadmap/index.html b/roadmap/index.html
index 9af7152..c910b4f 100644
--- a/roadmap/index.html
+++ b/roadmap/index.html
@@ -597,7 +597,7 @@ not minutes) since the scheduler will execute it periodically to reflect the cha
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/roadmap/_index.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/roadmap/_index.md>
         
 
 
diff --git a/search/index.html b/search/index.html
index a7c453c..61b0286 100644
--- a/search/index.html
+++ b/search/index.html
@@ -383,7 +383,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/search.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/search.md>
         
 
 
diff --git a/tags/index.html b/tags/index.html
index 1cae044..bae5885 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -372,7 +372,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/tags>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/tags>
         
 
 
diff --git a/use-cases/adobe/index.html b/use-cases/adobe/index.html
index 7af9ea5..d494c6a 100644
--- a/use-cases/adobe/index.html
+++ b/use-cases/adobe/index.html
@@ -427,7 +427,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/use-cases/adobe.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/use-cases/adobe.md>
         
 
 
diff --git a/use-cases/big-fish-games/index.html b/use-cases/big-fish-games/index.html
index 04985c1..15cce1c 100644
--- a/use-cases/big-fish-games/index.html
+++ b/use-cases/big-fish-games/index.html
@@ -427,7 +427,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/use-cases/big-fish-games.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/use-cases/big-fish-games.md>
         
 
 
diff --git a/use-cases/dish/index.html b/use-cases/dish/index.html
index 039889a..d5f479c 100644
--- a/use-cases/dish/index.html
+++ b/use-cases/dish/index.html
@@ -427,7 +427,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/use-cases/dish.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/use-cases/dish.md>
         
 
 
diff --git a/use-cases/experity/index.html b/use-cases/experity/index.html
index 8b08263..b079dab 100644
--- a/use-cases/experity/index.html
+++ b/use-cases/experity/index.html
@@ -430,7 +430,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/use-cases/experity.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/use-cases/experity.md>
         
 
 
diff --git a/use-cases/index.html b/use-cases/index.html
index 912d6b5..6096b3f 100644
--- a/use-cases/index.html
+++ b/use-cases/index.html
@@ -494,7 +494,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/use-cases/_index.html>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/use-cases/_index.html>
         
 
 
diff --git a/use-cases/onefootball/index.html b/use-cases/onefootball/index.html
index ef876ed..55f14b3 100644
--- a/use-cases/onefootball/index.html
+++ b/use-cases/onefootball/index.html
@@ -434,7 +434,7 @@ if (!doNotTrack) {
 
 <div class="base-layout--button">
     
-    <a href=https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/en/use-cases/onefootball.md>
+    <a href=https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/en/use-cases/onefootball.md>