diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-19 13:53:41 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-19 13:53:51 +0200 |
commit | ba777d019f5cd8ca4f50077f55d2142ba4e6b874 (patch) | |
tree | a1e8a83501ec29f8a98ea6f0c617cf4f03400fce /docs | |
parent | c9d311c787f950e22b4accd62e0e3cb9c6a13966 (diff) | |
download | systemd-ba777d019f5cd8ca4f50077f55d2142ba4e6b874.tar.gz |
docs: prettify two external links
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index 80bb2a00ba..198ca52328 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -111,8 +111,9 @@ Happy hacking! Some source files are generated during build. We use two templating engines: * meson's `configure_file()` directive uses syntax with `@VARIABLE@`. - See https://mesonbuild.com/Reference-manual.html#configure_file for - details. + See the + [Meson docs for `configure_file()`](https://mesonbuild.com/Reference-manual.html#configure_file) + for details. {% raw %} * most files are rendered using jinja2, with `{{VARIABLE}}` and `{% if … %}`, @@ -121,7 +122,8 @@ Some source files are generated during build. We use two templating engines: output. `{% raw %} … `{% endraw %}`{{ '{' }}{{ '% endraw %' }}}` creates a block where jinja2 syntax is not interpreted. - See https://jinja2docs.readthedocs.io/en/stable/templates.html#synopsis + See the + [Jinja Template Designer Documentation](https://jinja2docs.readthedocs.io/en/stable/templates.html#synopsis) for details. Please note that files for both template engines use the `.in` extension. |