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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f8caf91ab Fix broken link to the "UPDATING.md" file (#33583)
2f8caf91ab is described below

commit 2f8caf91abcc10c06b28825c0ffe610dbbebabe1
Author: frazar <[email protected]>
AuthorDate: Wed Aug 23 14:07:36 2023 +0200

    Fix broken link to the "UPDATING.md" file (#33583)
    
    The "UPDATING.md" file has been removed in v2.3.0 with commit 
5b9bd9954bbc6ed68c217761d581f3af46269af9, and therefore it does not exist on 
the `main` branch. Instead, link to the file's latest version (_i.e._, v2.2.5).
---
 docs/apache-airflow/deprecated-rest-api-ref.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/deprecated-rest-api-ref.rst 
b/docs/apache-airflow/deprecated-rest-api-ref.rst
index c0af5b90f6..276175f97f 100644
--- a/docs/apache-airflow/deprecated-rest-api-ref.rst
+++ b/docs/apache-airflow/deprecated-rest-api-ref.rst
@@ -21,7 +21,7 @@ Deprecated REST API
 .. warning::
 
   This REST API is deprecated since version 2.0. Please consider using the 
:doc:`stable REST API <stable-rest-api-ref>`.
-  For more information on migration, see `UPDATING.md 
<https://github.com/apache/airflow/blob/main/UPDATING.md>`_
+  For more information on migration, see `UPDATING.md 
<https://airflow.apache.org/docs/apache-airflow/stable/howto/upgrading-from-1-10/>`_
 
 Before Airflow 2.0 this REST API was known as the "experimental" API, but now 
that the :doc:`stable REST API <stable-rest-api-ref>` is available, it has been 
renamed.
 

Reply via email to