From ed56fd52fd75caa9d2146003af93f5fc1f5a4e90 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 30 Dec 2021 20:46:16 +0100 Subject: [PATCH] Fix links on dev-tools docs (#20949) --- source/_docs/tools/dev-tools.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown index 879583afbfc..566c10a488a 100644 --- a/source/_docs/tools/dev-tools.markdown +++ b/source/_docs/tools/dev-tools.markdown @@ -61,7 +61,7 @@ The Template Editor provides a way to quickly test templates prior to placing th By default, this will contain sample code that illustrates how templates can be written and tested. This sample code can be removed and replaced with your own. You can restore the default example by pressing the "Reset to Demo Template" button beneath the code editor. -For more information about Jinja2, visit [Jinja2 documentation](http://jinja.pocoo.org/docs/dev/templates/), and also read templating document [here](/topics/templating/). +For more information about Jinja2, visit [Jinja2 documentation](https://jinja.palletsprojects.com/en/latest/templates/), and also read templating document [here](/docs/configuration/templating). ## Events