Skip to content

Commit

Permalink
Fix broken URL for docker-compose.yaml (#26726)
Browse files Browse the repository at this point in the history
This actually fixes it. There was some attempts of it on #26721, #26695, #26711

(cherry picked from commit b4ce294)
  • Loading branch information
kaxil authored and ephraimbuddy committed Oct 18, 2022
1 parent fa62205 commit c0fa6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/howto/docker-compose/index.rst
Expand Up @@ -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'
Expand Down

0 comments on commit c0fa6af

Please sign in to comment.