diff --git a/docs/introduction.rst b/docs/introduction.rst index 0f77768..d539274 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -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` diff --git a/setup.py b/setup.py index 6efe893..e6100f3 100644 --- a/setup.py +++ b/setup.py @@ -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(