response
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 5 May 2009 18:24:55 +0000 (14:24 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 5 May 2009 18:24:55 +0000 (14:24 -0400)
doc/bugs/edit_preview_resolves_links_differently_from_commit.mdwn

index 1adb8d83792bc29e57f1e6bc9ac68f2cf0c54941..c83086951a1491d3a6caff17470afa8d9a41be37 100644 (file)
@@ -1 +1,10 @@
-I'm editing /posts/foo. If I create a link to a subpage (in my case, "discussion"), and hit preview, it gets resolved to /discussion, not /posts/foo/discussion. If I hit commit, the latter happens. This seems like a bug. --liw
+I'm editing /posts/foo. If I create a link to a subpage (in my case,
+"discussion"), and hit preview, it gets resolved to /discussion, not
+/posts/foo/discussion. If I hit commit, the latter happens. This seems like
+a bug. --liw
+
+> That would be a bug, but I cannot reproduce it. For example, I edited
+> <http://kitenet.net/~joey/blog/entry/wikis_out_of_disk/> and added a
+> discussion link and on preview it went to the page's discussion page. I
+> don't normally have a toplevel /discussion page, but I also tried adding
+> one, and the link still doesn't link to it. Testcase? --[[Joey]]