You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/02/10 18:33:08 UTC

[airflow] 13/18: Fix docs link for smart sensor deprecation (#21394)

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

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

commit 2ebda8eb9c6c2fbd3dec781731e7da5936ec103d
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Mon Feb 7 08:55:20 2022 -0700

    Fix docs link for smart sensor deprecation (#21394)
    
    We are releasing the deprecation in version 2.2.4, not 2.3.0 like
    originally planned.
    
    (cherry picked from commit 3a780380d8f5d50ffc876c326e70ee0eee033c0d)
---
 UPDATING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UPDATING.md b/UPDATING.md
index a75b2d6..2ed4aac 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -87,7 +87,7 @@ https://developers.google.com/style/inclusive-documentation
 
 Smart sensors, an "early access" feature added in Airflow 2, are now deprecated and will be removed in Airflow 2.4.0. They have been superseded by Deferable Operators, added in Airflow 2.2.0.
 
-See [Migrating to Deferrable Operators](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/smart-sensors.html#migrating-to-deferrable-operators) for details on how to migrate.
+See [Migrating to Deferrable Operators](https://airflow.apache.org/docs/apache-airflow/2.2.4/concepts/smart-sensors.html#migrating-to-deferrable-operators) for details on how to migrate.
 
 ## Airflow 2.2.3