This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f5318a734affc4a136f27335e4e2ab5059877049 Author: Amogh Desai <[email protected]> AuthorDate: Fri Apr 25 17:31:44 2025 +0530 Add correct redirects for rest api and upgrade docs (#49764) * Add correct redirects for rest api and upgrade docs * Update redirects.txt (cherry picked from commit bd721d728169dd92f2ea177c172e462334e86dba) --- airflow-core/docs/redirects.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airflow-core/docs/redirects.txt b/airflow-core/docs/redirects.txt index 27bfc1f95fa..aadf5e09f1a 100644 --- a/airflow-core/docs/redirects.txt +++ b/airflow-core/docs/redirects.txt @@ -75,7 +75,7 @@ start/index.rst start.rst # References cli-ref.rst cli-and-env-variables-ref.rst _api/index.rst public-airflow-interface.rst -rest-api-ref.rst deprecated-rest-api-ref.rst +deprecated-rest-api-ref.rst rest-api-ref.rst macros-ref.rst templates-ref.rst # Concepts @@ -85,7 +85,6 @@ scheduler.rst administration-and-deployment/scheduler.rst # Installation installation.rst installation/index.rst upgrade-check.rst installation/upgrade-check.rst -upgrading-to-2.rst howto/upgrading-from-1-10/index.rst # Release Notes changelog.rst release_notes.rst
