summaryrefslogtreecommitdiff
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
parent841617c9ff35d25dd7a89f6905a67a911c22e430 (diff)
er, what absolute links?
-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]]