From 5bd08edee613cf68916c8fc6a3c1204cfba9ba49 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Thu, 14 Sep 2023 17:29:26 -0400 Subject: [PATCH] Fix broken links Found when browsing around. --- docs/narr/templates.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 34d9a115cb..a1246594b2 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -450,12 +450,12 @@ templating languages including the following: .. _Chameleon: https://chameleon.readthedocs.io/en/latest/ .. _pyramid_chameleon: - https://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/ + https://docs.pylonsproject.org/projects/pyramid_chameleon/en/latest/ .. _Jinja2: https://jinja.palletsprojects.com/en/2.10.x/ .. _pyramid_jinja2: - https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/ + https://docs.pylonsproject.org/projects/pyramid_jinja2/en/latest/ .. _Mako: https://www.makotemplates.org/ .. _pyramid_mako: - https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/ + https://docs.pylonsproject.org/projects/pyramid_mako/en/latest/