aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/relative_links.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-14 15:46:24 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-14 15:46:24 -0500
commit8f7d7c1a00d65fcdb1482f5e8ce334be752c3db4 (patch)
treecfc868d0e7b8eecf510311e11b6dbbe33d652fb6 /doc/bugs/relative_links.mdwn
parent841617c9ff35d25dd7a89f6905a67a911c22e430 (diff)
downloadikiwiki-8f7d7c1a00d65fcdb1482f5e8ce334be752c3db4.tar
ikiwiki-8f7d7c1a00d65fcdb1482f5e8ce334be752c3db4.tar.gz
er, what absolute links?
Diffstat (limited to 'doc/bugs/relative_links.mdwn')
-rw-r--r--doc/bugs/relative_links.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/relative_links.mdwn b/doc/bugs/relative_links.mdwn
index 04c9b9e90..207982c43 100644
--- a/doc/bugs/relative_links.mdwn
+++ b/doc/bugs/relative_links.mdwn
@@ -6,3 +6,8 @@ It looks like all links in websites are absolute paths, this has some limitation
It would be good if relative paths could be used instead, so the transport method isn't changed unless specifically requested.
Brian May
+
+> Er, which absolute links are you talking about? If you view the source
+> to this page, you'll find links such as "../favicon.ico", "../style.css",
+> "../../", and "../". The only absolute links are to CGIs and the w3c DTD.
+> --[[Joey]]