From 85145afbd9db050fb2b096f88f82ef36129933f7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Feb 2008 15:40:22 -0500 Subject: [PATCH] web commit by https://brian.may.myopenid.com/: relative links --- doc/bugs/relative_links.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/relative_links.mdwn diff --git a/doc/bugs/relative_links.mdwn b/doc/bugs/relative_links.mdwn new file mode 100644 index 000000000..04c9b9e90 --- /dev/null +++ b/doc/bugs/relative_links.mdwn @@ -0,0 +1,8 @@ +It looks like all links in websites are absolute paths, this has some limitations: + +* If connecting to website via https://... all links will take you back to http:// +* Makes it harder to mirror website via HTML version, as all links have to be updated. + +It would be good if relative paths could be used instead, so the transport method isn't changed unless specifically requested. + +Brian May -- 2.32.0.93.g670b81a890