Switch packages.python.org to pythonhosted.org

This commit is contained in:
Daniel Neuhäuser 2014-04-26 01:35:37 +02:00
parent 34871a286e
commit e89c867d62
5 changed files with 6 additions and 6 deletions

View file

@ -415,6 +415,6 @@ instead of ``flask_foo`` or ``flaskext_foo`` so that extensions can
transition to the new package name without affecting users. transition to the new package name without affecting users.
.. _OAuth extension: http://packages.python.org/Flask-OAuth/ .. _OAuth extension: http://pythonhosted.org/Flask-OAuth/
.. _mailinglist: http://flask.pocoo.org/mailinglist/ .. _mailinglist: http://flask.pocoo.org/mailinglist/
.. _IRC channel: http://flask.pocoo.org/community/irc/ .. _IRC channel: http://flask.pocoo.org/community/irc/

View file

@ -178,4 +178,4 @@ applications dealing with uploads, there is a Flask extension called
`Flask-Uploads`_ that implements a full fledged upload mechanism with `Flask-Uploads`_ that implements a full fledged upload mechanism with
white and blacklisting of extensions and more. white and blacklisting of extensions and more.
.. _Flask-Uploads: http://packages.python.org/Flask-Uploads/ .. _Flask-Uploads: http://pythonhosted.org/Flask-Uploads/

View file

@ -22,7 +22,7 @@ if you want to get started quickly.
You can download `Flask-SQLAlchemy`_ from `PyPI You can download `Flask-SQLAlchemy`_ from `PyPI
<https://pypi.python.org/pypi/Flask-SQLAlchemy>`_. <https://pypi.python.org/pypi/Flask-SQLAlchemy>`_.
.. _Flask-SQLAlchemy: http://packages.python.org/Flask-SQLAlchemy/ .. _Flask-SQLAlchemy: http://pythonhosted.org/Flask-SQLAlchemy/
Declarative Declarative

View file

@ -19,7 +19,7 @@ forms.
fun. You can get it from `PyPI fun. You can get it from `PyPI
<https://pypi.python.org/pypi/Flask-WTF>`_. <https://pypi.python.org/pypi/Flask-WTF>`_.
.. _Flask-WTF: http://packages.python.org/Flask-WTF/ .. _Flask-WTF: http://pythonhosted.org/Flask-WTF/
The Forms The Forms
--------- ---------

View file

@ -43,7 +43,7 @@ when there is no request context yet but an application context. The old
``flask.Flask.request_globals_class`` attribute was renamed to ``flask.Flask.request_globals_class`` attribute was renamed to
:attr:`flask.Flask.app_ctx_globals_class`. :attr:`flask.Flask.app_ctx_globals_class`.
.. _Flask-OldSessions: http://packages.python.org/Flask-OldSessions/ .. _Flask-OldSessions: http://pythonhosted.org/Flask-OldSessions/
Version 0.9 Version 0.9
----------- -----------