kaxil commented on a change in pull request #9889:
URL: https://github.com/apache/airflow/pull/9889#discussion_r457283548
##########
File path: docs/installation.rst
##########
@@ -52,19 +53,17 @@ and python versions in the URL.
.. code-block:: bash
pip install \
- apache-airflow==1.10.10 \
- --constraint \
-
https://raw.githubusercontent.com/apache/airflow/1.10.10/requirements/requirements-python3.7.txt
+ apache-airflow==1.10.12 \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt"
Review comment:
This is a broken link.
Correct link
```
https://raw.githubusercontent.com/apache/airflow/constraints-1-10/constraints-3.7.txt
```
But does that mean 1.10.10 and 1.10.11 have the some constraint file?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]