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

[airflow] 39/41: Fix broken URL for `docker-compose.yaml` (#26726)

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

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

commit c0fa6afd1bf5291ceb4841fb7668523d83ff422e
Author: Kaxil Naik <ka...@apache.org>
AuthorDate: Tue Sep 27 22:42:31 2022 +0100

    Fix broken URL for `docker-compose.yaml` (#26726)
    
    This actually fixes it. There was some attempts of it on #26721, #26695, #26711
    
    (cherry picked from commit b4ce2944d804010a55b308bb825b290089070681)
---
 docs/apache-airflow/howto/docker-compose/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apache-airflow/howto/docker-compose/index.rst b/docs/apache-airflow/howto/docker-compose/index.rst
index f8b5dc2935..5cde8f7bc1 100644
--- a/docs/apache-airflow/howto/docker-compose/index.rst
+++ b/docs/apache-airflow/howto/docker-compose/index.rst
@@ -54,10 +54,10 @@ Older versions of ``docker-compose`` do not support all the features required by
 Fetching ``docker-compose.yaml``
 ================================
 
-To deploy Airflow on Docker Compose, you should fetch `docker-compose.yaml <../docker-compose.yaml>`__.
-
 .. jinja:: quick_start_ctx
 
+    To deploy Airflow on Docker Compose, you should fetch `docker-compose.yaml <{{ doc_root_url }}docker-compose.yaml>`__.
+
     .. code-block:: bash
 
         curl -LfO '{{ doc_root_url }}docker-compose.yaml'