diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-14 15:42:50 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-14 15:42:50 -0500 |
commit | 841617c9ff35d25dd7a89f6905a67a911c22e430 (patch) | |
tree | 96817a53c928bc08195e1af199456a782ee6550a /doc/bugs | |
parent | 553136ec1f73246cde1dce300b15eec2e5e73a97 (diff) | |
parent | 85145afbd9db050fb2b096f88f82ef36129933f7 (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/relative_links.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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 |