summaryrefslogtreecommitdiff
path: root/docs/modules/schedulers/asyncio.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-03-27 17:43:42 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-03-30 09:27:38 +0300
commit9b8dada012a58acbfb3750e125bd43b77aa65ebc (patch)
tree73228b4ab571f0dc591eae30c2cd858650ba7b52 /docs/modules/schedulers/asyncio.rst
parent673bdcd771026afeea20814964505b7419a39154 (diff)
downloadapscheduler-9b8dada012a58acbfb3750e125bd43b77aa65ebc.tar.gz
Migrated code to Github
Diffstat (limited to 'docs/modules/schedulers/asyncio.rst')
-rw-r--r--docs/modules/schedulers/asyncio.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/schedulers/asyncio.rst b/docs/modules/schedulers/asyncio.rst
index e22d786..db8a07d 100644
--- a/docs/modules/schedulers/asyncio.rst
+++ b/docs/modules/schedulers/asyncio.rst
@@ -29,4 +29,4 @@ If you have an application that runs on an AsyncIO event loop, you will want to
* Python <= 3.2: `trollius <https://pypi.python.org/pypi/trollius/>`_
* - Example
- ``examples/schedulers/asyncio_.py``
- (`view online <https://bitbucket.org/agronholm/apscheduler/src/master/examples/schedulers/asyncio_.py>`_).
+ (`view online <https://github.com/agronholm/apscheduler/tree/master/examples/schedulers/asyncio_.py>`_).