From: chaojie Date: Tue, 8 Feb 2022 15:19:02 +0000 (+0800) Subject: Update document about jinja2 custom filters link (#1480) X-Git-Tag: 0.19.0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d768322d6d7adc31df54b1ad306f417e3da2c81;p=thirdparty%2Fstarlette.git Update document about jinja2 custom filters link (#1480) --- diff --git a/docs/templates.md b/docs/templates.md index 181cd1fe..c449a14e 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -88,4 +88,4 @@ Instead we'd recommend that you ensure that your endpoints perform all I/O, for example, strictly evaluate any database queries within the view and include the final results in the context. -[jinja2]: https://jinja.palletsprojects.com/en/2.10.x/api/?highlight=environment#writing-filters +[jinja2]: https://jinja.palletsprojects.com/en/3.0.x/api/?highlight=environment#writing-filters