From 34da1892ca27a3328f0e65e1636967ca6459f9a9 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 26 Oct 2018 14:39:02 -0600 Subject: [PATCH] docs: update cheetah template user guide link This URL has moved. Update our link to match. --- docs/source/writing_koji_code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 27ea8e60..11061451 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -382,7 +382,7 @@ provides a means for certain operations, such as cancelling builds. The web pages are derived from Cheetah templates, the syntax of which you can read up on -`here `__. These +`here `__. These templates are the ``chtml`` files sitting in ``www/kojiweb``. You'll notice quickly that these templates are referencing variables, but where do they come from?