From 319f3cc85c945d889816736cd000bcf58cb0c631 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 3 Sep 2024 19:34:55 +0100 Subject: [PATCH] Fix flask-babel documentation link --- doc/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced.rst b/doc/advanced.rst index 89a5a5e89..9e88e718a 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -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 `_ +If the built-in translations are not enough, look at the `Flask-Babel documentation `_ to see how you can add your own. Using with Flask in `host_matching` mode