Skip to content

Commit

Permalink
Merge pull request #2517 from cjmayo/flask-babel
Browse files Browse the repository at this point in the history
Fix flask-babel documentation link
  • Loading branch information
samuelhwilliams authored Sep 3, 2024
2 parents 249110c + 319f3cc commit 5b069be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Go ahead and add your own logic to the locale selector function. The application
a user profile, cookie, session, etc. It can also use the `Accept-Language`
header to make the selection automatically.

If the built-in translations are not enough, look at the `Flask-Babel documentation <https://pythonhosted.org/Flask-Babel/>`_
If the built-in translations are not enough, look at the `Flask-Babel documentation <https://python-babel.github.io/flask-babel/>`_
to see how you can add your own.

Using with Flask in `host_matching` mode
Expand Down

0 comments on commit 5b069be

Please sign in to comment.