Skip to content

Commit

Permalink
Fix references to ask/repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jun 6, 2012
1 parent c3b1800 commit 54a4802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements
* `django`_
* `django-celery`_

.. _`cl`: http://github.com/ask/cl
.. _`cl`: http://github.com/celery/cl
.. _`eventlet`: http://pypi.python.org/pypi/eventlet
.. _`django`: http://djangoproject.com/
.. _`django-celery`: http://pypi.python.org/pypi/django-celery`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class CIRunTests(RunTests):
if os.path.exists("README.rst"):
long_description = codecs.open("README.rst", "r", "utf-8").read()
else:
long_description = "See http://github.com/ask/cyme"
long_description = "See http://github.com/celery/cyme"


setup(
Expand Down

0 comments on commit 54a4802

Please sign in to comment.