Skip to content

Commit

Permalink
[AIRFLOW-681] homepage doc link should pointing to apache repo not ai…
Browse files Browse the repository at this point in the history
…rbnb repo

Closes apache#2164 from bowenli86/AIRFLOW-681
  • Loading branch information
bowenli86 authored and jlowin committed Mar 17, 2017
1 parent 0bb6f2f commit a8027a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit a8027a3

Please sign in to comment.