diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-17 20:53:57 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-17 20:53:57 -0400 |
commit | a43194c57bdf72d3968f445f2059736956c0a2ea (patch) | |
tree | 2f683fd8b891784cd39889d0cd7dd0f5d06c1b98 /doc/bugs | |
parent | 1d094d82a3ebdc277680c88ae47bbb78dab62328 (diff) | |
parent | 1859ccf8ace69c7f2db4872b269be10a66b41e4d (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/broken_parentlinks.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/broken_parentlinks.mdwn b/doc/bugs/broken_parentlinks.mdwn index f8f96b6ca..556d89b65 100644 --- a/doc/bugs/broken_parentlinks.mdwn +++ b/doc/bugs/broken_parentlinks.mdwn @@ -10,7 +10,7 @@ a dead link for every subpage. This is a bug, but fixing it is very tricky. Consider what would happen if example.mdwn were created: example/page.html and the rest of example/* -would need to be updated to change the parentlink from a bare work to a +would need to be updated to change the parentlink from a bare word to a link to the new page. Now if example.mdwn were removed again, they'd need to be updated again. So example/* depends on example. But it's even more tricky, because if example.mdwn is modified, we _don't_ want to rebuild |