From c1074d918f7af5adaccc85330538a63e007aa216 Mon Sep 17 00:00:00 2001 From: frazar <914950+frazar@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:36:56 +0200 Subject: [PATCH] Fix broken link to the "UPDATING.md" file 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 c0af5b90f6500..276175f97f0eb 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 `. - For more information on migration, see `UPDATING.md `_ + For more information on migration, see `UPDATING.md `_ Before Airflow 2.0 this REST API was known as the "experimental" API, but now that the :doc:`stable REST API ` is available, it has been renamed.