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 8d8bb0f23e1 fix docker documentation auth url (#44112)
8d8bb0f23e1 is described below
commit 8d8bb0f23e1ffa1c6518486eaee3c9df1bc3e0a5
Author: GPK <[email protected]>
AuthorDate: Sun Nov 17 16:47:02 2024 +0000
fix docker documentation auth url (#44112)
---
docs/apache-airflow-providers-docker/connections/docker.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow-providers-docker/connections/docker.rst
b/docs/apache-airflow-providers-docker/connections/docker.rst
index ce733b4e866..8a436f70e7a 100644
--- a/docs/apache-airflow-providers-docker/connections/docker.rst
+++ b/docs/apache-airflow-providers-docker/connections/docker.rst
@@ -29,7 +29,7 @@ Authenticating to Docker
Authenticate to Docker by using the login information for Docker registry.
More information on `Docker authentication here
-<https://docker-py.readthedocs.io/en/1.2.3/api/>`_.
+<https://docker-py.readthedocs.io/en/stable/api.html>`_.
Default Connection IDs
----------------------