Browse Source

Homepage: Change flask-celery link to point to PyPI instead of Github

Ask Solem 14 years ago
parent
commit
6429233978
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/homepage/index.html

+ 1 - 1
docs/homepage/index.html

@@ -89,7 +89,7 @@ pageTracker._trackPageview();
         Celery is easy to integrate with Django, Pylons and Flask, using
         Celery is easy to integrate with Django, Pylons and Flask, using
         the <a href="http://pypi.python.org/pypi/django-celery">django-celery</a>,
         the <a href="http://pypi.python.org/pypi/django-celery">django-celery</a>,
         <a href="http://pypi.python.org/pypi/celery-pylons">celery-pylons</a>
         <a href="http://pypi.python.org/pypi/celery-pylons">celery-pylons</a>
-        and <a href="http://github.com/ask/flask-celery">flask-celery</a>add-on packages.
+        and <a href="http://pypy.python.org/pypi/Flask-Celery">Flask-Celery</a>add-on packages.
 
 
         <h3>Example</h3>
         <h3>Example</h3>
         <p>This is a simple task adding two numbers:</p>
         <p>This is a simple task adding two numbers:</p>