From: hulkoba Date: Fri, 2 Feb 2024 11:39:57 +0000 (+0100) Subject: docs/HACKING: fix jinja link X-Git-Tag: v256-rc1~157^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257889efb3b472a81ee618b20caceec6badd53f7;p=thirdparty%2Fsystemd.git docs/HACKING: fix jinja link --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 7381910762c..55cd8b5e84c 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -143,7 +143,7 @@ Some source files are generated during build. We use two templating engines: where jinja2 syntax is not interpreted. See the - [Jinja Template Designer Documentation](https://jinja2docs.readthedocs.io/en/stable/templates.html#synopsis) + [Jinja Template Designer Documentation](https://jinja.palletsprojects.com/en/3.1.x/templates/#synopsis) for details. Please note that files for both template engines use the `.in` extension.