Repository: incubator-airflow
Updated Branches:
  refs/heads/master a289497c8 -> 6e634ddff


[AIRFLOW-2100] Fix Broken Documentation Links

- Replaced `Pythonhosted` documentation links with
`Apache Docs`

Closes #3033 from kaxil/AIRFLOW-2100


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/6e634ddf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/6e634ddf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/6e634ddf

Branch: refs/heads/master
Commit: 6e634ddff1b0f53394cdf676abf5f03b3795d271
Parents: a289497
Author: Kaxil Naik <kaxiln...@gmail.com>
Authored: Mon Feb 12 17:26:55 2018 +0100
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Mon Feb 12 17:26:55 2018 +0100

----------------------------------------------------------------------
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/6e634ddf/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6528ecc..9175f41 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![PyPI 
version](https://badge.fury.io/py/apache-airflow.svg)](https://badge.fury.io/py/apache-airflow)
 [![Build 
Status](https://travis-ci.org/apache/incubator-airflow.svg?branch=master)](https://travis-ci.org/apache/incubator-airflow)
 [![Coverage 
Status](https://img.shields.io/codecov/c/github/apache/incubator-airflow/master.svg)](https://codecov.io/github/apache/incubator-airflow?branch=master)
-[![Documentation](https://img.shields.io/badge/docs-pythonhosted-blue.svg)](http://pythonhosted.org/airflow/)
+[![Documentation 
Status](https://readthedocs.org/projects/airflow/badge/?version=latest)](https://airflow.readthedocs.io/en/latest/?badge=latest)
 [![Join the chat at 
https://gitter.im/apache/incubator-airflow](https://badges.gitter.im/apache/incubator-airflow.svg)](https://gitter.im/apache/incubator-airflow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
 _NOTE: The transition from 1.8.0 (or before) to 1.8.1 (or after) requires 
uninstalling Airflow before installing the new version. The package name was 
changed from `airflow` to `apache-airflow` as of version 1.8.1._
@@ -22,7 +22,9 @@ makes it easy to visualize pipelines running in production,
 monitor progress, and troubleshoot issues when needed.
 
 ## Getting started
-Please visit the Airflow Platform documentation for help with [installing 
Airflow](http://pythonhosted.org/airflow/installation.html), getting a [quick 
start](http://pythonhosted.org/airflow/start.html), or a more complete 
[tutorial](http://pythonhosted.org/airflow/tutorial.html).
+Please visit the Airflow Platform documentation (latest **stable** release) 
for help with [installing 
Airflow](https://airflow.incubator.apache.org/installation.html), getting a 
[quick start](https://airflow.incubator.apache.org/start.html), or a more 
complete [tutorial](https://airflow.incubator.apache.org/tutorial.html).
+
+Documentation of GitHub master (latest development branch): [ReadTheDocs 
Documentation](https://airflow.readthedocs.io/en/latest/)
 
 For further information, please visit the [Airflow 
Wiki](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Home).
 
@@ -219,7 +221,7 @@ Currently **officially** using Airflow:
 ## Links
 
 
-* [Documentation](http://airflow.incubator.apache.org/)
+* [Documentation](https://airflow.incubator.apache.org/)
 * [Chat](https://gitter.im/apache/incubator-airflow)
 * [Apache Airflow Incubation 
Status](http://incubator.apache.org/projects/airflow.html)
 * [More](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Links)

Reply via email to