diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2012-01-16 02:31:27 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-01-16 02:31:27 -0400 |
commit | 011155776c693eef73d653f0829e83fc81004b8c (patch) | |
tree | aa5b502d0d939994ffc603d9424e575309aa6081 /doc/plugins | |
parent | 2d99a2b6ee208c79003657735f69e148e33340f8 (diff) | |
download | ikiwiki-011155776c693eef73d653f0829e83fc81004b8c.tar ikiwiki-011155776c693eef73d653f0829e83fc81004b8c.tar.gz |
oops typo
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/newpage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/newpage.mdwn b/doc/plugins/contrib/newpage.mdwn index 850411004..54c2f53d0 100644 --- a/doc/plugins/contrib/newpage.mdwn +++ b/doc/plugins/contrib/newpage.mdwn @@ -18,7 +18,7 @@ a button labelled "create" and an input field next to it. The common way of creating a new page is to edit a different page and add a link to the new page. However, there are some situations where that is a nuisance; for example, where pages are listed using -a [[!ikiwiki plugins/map]] directive. The newpage plugin enables +a [[plugins/map]] directive. The newpage plugin enables one to simply type the name of the new page, click the "create" button, and one is then taken to the standard IkiWiki create-page form. |