You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/17 01:44:20 UTC

[airflow] branch master updated: Fix Production Deployment doc (#13723)

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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f79fb9  Fix Production Deployment doc (#13723)
2f79fb9 is described below

commit 2f79fb9d37286020c172c00510d598aa819dc66b
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sun Jan 17 01:43:59 2021 +0000

    Fix Production Deployment doc (#13723)
    
    Extra identation was causing issues & there was a dockerhub link that needed auth and likely broken
---
 docs/apache-airflow/production-deployment.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/apache-airflow/production-deployment.rst b/docs/apache-airflow/production-deployment.rst
index 47e477f..95e466e 100644
--- a/docs/apache-airflow/production-deployment.rst
+++ b/docs/apache-airflow/production-deployment.rst
@@ -121,7 +121,7 @@ way we do, you might want to know very quickly how you can extend or customize t
 for Apache Airflow. This chapter gives you a short answer to those questions.
 
 The docker image provided (as convenience binary package) in the
-`Apache Airflow DockerHub <https://hub.docker.com/repository/docker/apache/airflow>`_ is a bare image
+`Apache Airflow DockerHub <https://hub.docker.com/r/apache/airflow>`_ is a bare image
 that has not many external dependencies and extras installed. Apache Airflow has many extras
 that can be installed alongside the "core" airflow image and they often require some additional
 dependencies. The Apache Airflow image provided as convenience package is optimized for size, so
@@ -413,9 +413,9 @@ Here is the comparison of the two types of building images.
 +----------------------------------------------------+---------------------+-----------------------+
 
 [1] When you combine customizing and extending the image, you can use external sources
-    in the "extend" part. There are plans to add functionality to add external sources
-    option to image customization. You can also modify Dockerfile manually if you want to
-    use non-default sources for dependencies.
+in the "extend" part. There are plans to add functionality to add external sources
+option to image customization. You can also modify Dockerfile manually if you want to
+use non-default sources for dependencies.
 
 Using the production image
 --------------------------