summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-24 17:01:37 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-24 17:01:37 -0500
commit265098501e4459d6f5ea365539b577681afc37e6 (patch)
treec09a260384a360f7038054483946d062b4ca478b
parent21b55c9640c3529df290d5409a3af37e90520e5f (diff)
user configuration error
-rw-r--r--doc/bugs/relative_links.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/relative_links.mdwn b/doc/bugs/relative_links.mdwn
index 824632ed0..13194737f 100644
--- a/doc/bugs/relative_links.mdwn
+++ b/doc/bugs/relative_links.mdwn
@@ -14,3 +14,9 @@ It would be good if relative paths could be used instead, so the transport metho
>> The problem is within the CGI script. The links within the HTML page are all absolute, including links to the css file.
>> Having a http links within a HTML page retrieved using https upset most browsers (I think). Also if I push cancel on the edit page in https, I end up at at http page. -- Brian May
+
+>>> Ikiwiki does not hardcode http links anywhere. If you don't want
+>>> it to use such links, change your configuration to use https
+>>> consistently. --[[Joey]]
+
+[[tag done]]