]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/tips/add_chatterbox_to_blog/discussion.mdwn
response
[www/ikiwiki.git] / doc / tips / add_chatterbox_to_blog / discussion.mdwn
index bf7c9b1c3f53dcc761e88b334e1386344f58ae8b..8960a8b0f7fabf999aa0bfcc6c5eeb7c312fd864 100644 (file)
@@ -23,3 +23,7 @@ On the [[/ikiwiki/pagespec]] page, it says "internal" pages aren't "first-class"
 
 >> Oooh, I see, it's referring to an absolute path (relative to the site), right?
 >> Thanks :).
+
+>>> Right, PageSpecs are always absolute paths unless prefixed with `./`
+>>> (somewhat confusingly since WikiLinks are always realtive unless
+>>> previxed with `/` ...) --[[Joey]]