Fix links to moved production-deployment file (#12854)

This commit is contained in:
Jarek Potiuk 2020-12-07 01:05:21 +01:00 коммит произвёл GitHub
Родитель a00f25011f
Коммит 3663d1519e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -24,8 +24,8 @@ Airflow has two images (build from Dockerfiles):
* Production image (Dockerfile) - that can be used to build your own production-ready Airflow installation
You can read more about building and using the production image in the
`Production Deployments <docs/production-deployment.rst>`_ document. The image is built using
`Dockerfile <Dockerfile>`_
`Production Deployments <https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html>`_ document.
The image is built using `Dockerfile <Dockerfile>`_
* CI image (Dockerfile.ci) - used for running tests and local development. The image is built using
`Dockerfile.ci <Dockerfile.ci>`_
@ -557,7 +557,7 @@ Production images
-----------------
You can find details about using, building, extending and customising the production images in the
`Latest documentation <docs/production-deployment.rst>`_
`Latest documentation <https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html>`_
Image manifests
@ -642,10 +642,8 @@ The entrypoint performs those operations:
Using, customising, and extending the production image
======================================================
You can read more about using, customising, and extending the production image in the documentation:
* [Stable docs](https://airflow.apache.org/docs/stable/production-deployment.html)
* [Latest docs from master branch](https://airflow.readthedocs.io/en/latest/production-deployment.html
You can read more about using, customising, and extending the production image in the
`documentation <https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html>`_.
Alpha versions of 1.10.10 production-ready images
=================================================

Просмотреть файл

@ -171,7 +171,7 @@ Those are - in the order of most common ways people install Airflow:
- [Docker Images](https://hub.docker.com/repository/docker/apache/airflow) to install airflow via
`docker` tool, use them in Kubernetes, Helm Charts, `docker-compose`, `docker swarm` etc. You can
read more about using, customising, and extending the images in the
[Latest docs](/docs//production-deployment.html), and
[Latest docs](https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html), and
learn details on the internals in the [IMAGES.rst](IMAGES.rst) document.
- [Tags in GitHub](https://github.com/apache/airflow/tags) to retrieve the git project sources that
were used to generate official source packages via git