Skip to content

Commit 940e348

Browse files
authored
Merge pull request #217 from cjmayo/intro
Update documentation introduction including links
2 parents c24f358 + de0364c commit 940e348

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Flask-Babel
44
.. module:: flask_babel
55

66
Flask-Babel is an extension to `Flask`_ that adds i18n and l10n support to
7-
any Flask application with the help of `babel`_, `pytz`_ and
8-
`speaklater`_. It has builtin support for date formatting with timezone
9-
support as well as a very simple and friendly interface to :mod:`gettext`
7+
any Flask application with the help of `babel`_, `pytz`_ and its own copy of
8+
`speaklater`_. It has built-in support for date formatting including timezones,
9+
as well as a very simple and friendly interface to :mod:`gettext`
1010
translations.
1111

1212
Installation
@@ -409,8 +409,8 @@ Low-Level API
409409
.. autofunction:: force_locale
410410

411411

412-
.. _Flask: http://flask.pocoo.org/
413-
.. _babel: http://babel.edgewall.org/
414-
.. _pytz: http://pytz.sourceforge.net/
415-
.. _speaklater: http://pypi.python.org/pypi/speaklater
412+
.. _Flask: https://palletsprojects.com/p/flask/
413+
.. _babel: https://babel.pocoo.org/en/latest/
414+
.. _pytz: https://pythonhosted.org/pytz/
415+
.. _speaklater: https://pypi.python.org/pypi/speaklater
416416
.. _reloader: https://flask.palletsprojects.com/en/1.1.x/cli/#watch-extra-files-with-the-reloader

0 commit comments

Comments
 (0)