Skip to content

Commit

Permalink
Pointing the link to the new Github location
Browse files Browse the repository at this point in the history
mistercrunch committed Jun 5, 2015
1 parent c8891f2 commit 157ee77
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@ TODO
* Add decorator to timeout imports on master process [lib](https://github.com/pnpnpn/timeout-decorator)
* Raise errors when setting dependencies on task in foreign DAGs
* Add an is_test flag to the run context
* Add operator to task_instance table
* Add owner to task_instance table
* Add queued_dttm to task_instance table

#### Wishlist
* Support for cron like synthax (0 * * * ) using croniter library
2 changes: 1 addition & 1 deletion airflow/www/app.py
Original file line number Diff line number Diff line change
@@ -1675,7 +1675,7 @@ def on_model_change(self, form, model, is_created=True):
base.MenuLink(
category='Docs',
name='Github',
url='https://github.com/mistercrunch/Airflow'))
url='https://github.com/airbnb/airflow'))


class KnowEventView(DataProfilingMixin, ModelView):
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = 'prealpha'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = 'prealpha'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

0 comments on commit 157ee77

Please sign in to comment.