浏览代码

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

Ask Solem 14 年之前
父节点
当前提交
6429233978
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
         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>
-        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>
         <p>This is a simple task adding two numbers:</p>