From 9e3a307aa8ded6683d71626626d7735d6965ddb8 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 8 Jul 2010 18:22:41 -0700 Subject: [PATCH] Small Readme clarification. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c53eb79..fa89535e 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ or JavaScript. These tags will be stripped from the converted HTML. To link to another Gollum wiki page, use the Gollum Page Link Tag. - [[Frodo]] + [[Frodo Baggins]] The above tag will create a link to the corresponding page file named -`Frodo.ext` where `ext` may be any of the allowed extension types. The +`Frodo-Baggins.ext` where `ext` may be any of the allowed extension types. The conversion is as follows: 1. Replace any spaces (U+0020) with dashes (U+002D)