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

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

commit dda7c5c7e32d0b0b87026d2a0f78b6911fcd673e
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Apr 4 16:13:34 2021 +0100

    Replace new url for Stable Airflow Docs (#15169)
    
    `https://airflow.apache.org/docs/stable/` -> 
`https://airflow.apache.org/docs/apache-airflow/stable`
    
    (cherry picked from commit 64b00896d905abcf1fbae195a29b81f393319c5f)
---
 UPDATING.md                                                           | 4 ++--
 airflow/config_templates/config.yml                                   | 2 +-
 airflow/config_templates/default_airflow.cfg                          | 2 +-
 .../operators/azure_blob_to_gcs.rst                                   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/UPDATING.md b/UPDATING.md
index d024d51..7966f58 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -204,7 +204,7 @@ from my_plugin import MyOperator
 
 The name under `airflow.operators.` was the plugin name, where as in the 
second example it is the python module name where the operator is defined.
 
-See https://airflow.apache.org/docs/stable/howto/custom-operator.html for more 
info.
+See 
https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html
 for more info.
 
 ### Importing Hooks via plugins is no longer supported
 
@@ -222,7 +222,7 @@ from my_plugin import MyHook
 
 It is still possible (but not required) to "register" hooks in plugins. This 
is to allow future support for dynamically populating the Connections form in 
the UI.
 
-See https://airflow.apache.org/docs/stable/howto/custom-operator.html for more 
info.
+See 
https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html
 for more info.
 
 ### Adding Operators and Sensors via plugins is no longer supported
 
diff --git a/airflow/config_templates/config.yml 
b/airflow/config_templates/config.yml
index c53a6ca..32694e4 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -718,7 +718,7 @@
     - name: auth_backend
       description: |
         How to authenticate users of the API. See
-        https://airflow.apache.org/docs/stable/security.html for possible 
values.
+        https://airflow.apache.org/docs/apache-airflow/stable/security.html 
for possible values.
         ("airflow.api.auth.backend.default" allows all requests for historic 
reasons)
       version_added: ~
       type: string
diff --git a/airflow/config_templates/default_airflow.cfg 
b/airflow/config_templates/default_airflow.cfg
index 8e3ebf0..7685457 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -384,7 +384,7 @@ fail_fast = False
 enable_experimental_api = False
 
 # How to authenticate users of the API. See
-# https://airflow.apache.org/docs/stable/security.html for possible values.
+# https://airflow.apache.org/docs/apache-airflow/stable/security.html for 
possible values.
 # ("airflow.api.auth.backend.default" allows all requests for historic reasons)
 auth_backend = airflow.api.auth.backend.deny_all
 
diff --git 
a/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst 
b/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst
index 11daa03..7b13097 100644
--- 
a/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst
+++ 
b/docs/apache-airflow-providers-microsoft-azure/operators/azure_blob_to_gcs.rst
@@ -31,7 +31,7 @@ Please follow Azure
 to do it.
 
 TOKEN should be added to the Connection in Airflow in JSON format, Login and 
Password as plain text.
-You can check `how to do such connection 
<https://airflow.apache.org/docs/stable/howto/connection/index.html#editing-a-connection-with-the-ui>`_.
+You can check `how to do such connection 
<https://airflow.apache.org/docs/apache-airflow/stable/howto/connection/index.html#editing-a-connection-with-the-ui>`_.
 
 See following example.
 Set values for these fields:

Reply via email to