You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jl...@apache.org on 2017/03/17 12:15:44 UTC

incubator-airflow git commit: [AIRFLOW-681] homepage doc link should pointing to apache repo not airbnb repo

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 0bb6f2f45 -> a8027a3f2


[AIRFLOW-681] homepage doc link should pointing to apache repo not airbnb repo

Closes #2164 from bowenli86/AIRFLOW-681


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

Branch: refs/heads/master
Commit: a8027a3f26bc54597b0b725e516672d29ec3592a
Parents: 0bb6f2f
Author: Bowen Li <bo...@gmail.com>
Authored: Fri Mar 17 08:15:26 2017 -0400
Committer: Jeremiah Lowin <jl...@apache.org>
Committed: Fri Mar 17 08:15:31 2017 -0400

----------------------------------------------------------------------
 airflow/www/app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/a8027a3f/airflow/www/app.py
----------------------------------------------------------------------
diff --git a/airflow/www/app.py b/airflow/www/app.py
index 800a31c..be3a7b8 100644
--- a/airflow/www/app.py
+++ b/airflow/www/app.py
@@ -102,7 +102,7 @@ def create_app(config=None, testing=False):
             url='http://pythonhosted.org/airflow/'))
         admin.add_link(
             base.MenuLink(category='Docs',
-                name='Github',url='https://github.com/airbnb/airflow'))
+                name='Github',url='https://github.com/apache/incubator-airflow'))
 
         av(vs.VersionView(name='Version', category="About"))