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 c9c257d18e Update build.rst for docker compose and helm chart (#27677)
c9c257d18e is described below
commit c9c257d18e7cf72e0321a58b374d34d4d944efad
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Nov 16 08:05:32 2022 +0530
Update build.rst for docker compose and helm chart (#27677)
---
docs/docker-stack/build.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docker-stack/build.rst b/docs/docker-stack/build.rst
index 5849e17709..c0cdf671b8 100644
--- a/docs/docker-stack/build.rst
+++ b/docs/docker-stack/build.rst
@@ -180,7 +180,7 @@ In the simplest case building your image consists of those
steps:
In case you use some kind of registry where you will be using the image
from, it is usually named
in the form of ``registry/image-name``. The name of the image has to be
configured for the deployment
method your image will be deployed. This can be set for example as image
name in the
- `docker-compose file <running-airflow-in-docker>`_ or in the `Helm chart
<helm-chart>`_.
+ :doc:`apache-airflow:howto/docker-compose/index` or in the
:doc:`helm-chart:index`.
.. code-block:: shell