This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f90625bb8bfbcfd3db71bbb0b9b7c840a9ebb4d6 Author: José Neta <[email protected]> AuthorDate: Sun Aug 6 16:37:23 2023 +0100 docs(public airflow interface): fix link (#33147) (cherry picked from commit 763fca81ca164991d3420c0daac72ea6cf752046) --- docs/apache-airflow/public-airflow-interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/public-airflow-interface.rst b/docs/apache-airflow/public-airflow-interface.rst index 5f0f511638..eebc893062 100644 --- a/docs/apache-airflow/public-airflow-interface.rst +++ b/docs/apache-airflow/public-airflow-interface.rst @@ -46,7 +46,7 @@ Airflow Interface and might change at any time. You can also use Airflow's Public Interface via the `Stable REST API <stable-rest-api-ref>`_ (based on the OpenAPI specification). For specific needs you can also use the -`Airflow Command Line Interface (CLI) <cli-and-env-variables-ref.rst>`_ though it's behaviour might change +`Airflow Command Line Interface (CLI) <cli-and-env-variables-ref>`_ though it's behaviour might change in details (such as output format and available flags) so if you want to rely on those in programmatic way, the Stable REST API is recommended.
