From 4e18d4415b49bbcc4a43db22ee4473a8c99f0eb2 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Mon, 14 Jun 2010 16:36:54 -0400
Subject: [PATCH] fix links

---
 doc/templates.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index 5c8d9a99c..9eb12e819 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -27,7 +27,7 @@ pages in the wiki.
 [[!if test="enabled(edittemplate)" then="""
 ## default content for new pages
 
-The [[!iki ikiwiki/directive/template desc="edittemplate directive"]] can
+The [[!iki ikiwiki/directive/edittemplate desc="edittemplate directive"]] can
 be used to make new pages default to containing text from a template
 page, which can be filled as out the page is edited.
 """]]
@@ -46,7 +46,7 @@ html out of ikiwiki and in the templates.
 
 * `page.tmpl` - Used for displaying all regular wiki pages. This is the
   key template to customise. [[!if test="enabled(pagetemplate)" then="""
-  (The [[!iki ikiwiki/directive/template desc="pagetemplate directive"]]
+  (The [[!iki ikiwiki/directive/pagetemplate desc="pagetemplate directive"]]
   can be used to make a page use a different template than `page.tmpl`.)"""]]
 * `rsspage.tmpl` - Used for generating rss feeds for blogs.
 * `rssitem.tmpl` - Used for generating individual items on rss feeds.
-- 
2.39.5