summaryrefslogtreecommitdiffabout
path: root/htdocs/quickref/index.chtml
Unidiff
Diffstat (limited to 'htdocs/quickref/index.chtml') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/quickref/index.chtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/quickref/index.chtml b/htdocs/quickref/index.chtml
index 20ef217..d139190 100644
--- a/htdocs/quickref/index.chtml
+++ b/htdocs/quickref/index.chtml
@@ -8,9 +8,10 @@
8 return "quick reference"; 8 return "quick reference";
9</%codemethod> 9</%codemethod>
10<%method void content() %> 10<%method void content() %>
11 <h1>site-C-ing quick reference</h1> 11 <h1>site-C-ing quick reference</h1>
12 <p> 12 <p>
13 I am hoping to put together some quick reference documentation here. For now, 13 I am hoping to put together some quick reference documentation here. For now,
14 I am adding the component meta-syntax quick reference. 14 I am adding the <a href="/quickref/metasyntax">component meta-syntax quick
15 reference</a>.
15 </p> 16 </p>
16</%method> 17</%method>