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 763fca81ca docs(public airflow interface): fix link (#33147)
763fca81ca is described below
commit 763fca81ca164991d3420c0daac72ea6cf752046
Author: José Neta <[email protected]>
AuthorDate: Sun Aug 6 16:37:23 2023 +0100
docs(public airflow interface): fix link (#33147)
---
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.