diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-30 17:39:33 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-30 17:39:33 -0500 |
commit | 58ce89355f5af0bf2d9cedef66d57acc4ef76497 (patch) | |
tree | 5f7770bcf0edbb2fa4324c494a56067c0854cea0 /doc/bugs | |
parent | f1ddf4bd98821a597d8fa1532092f09d3d9b5483 (diff) |
I just fixed half of ikiwiki's second-oldest bug. Yay!
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bestlink_change_update_issue.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/bestlink_change_update_issue.mdwn b/doc/bugs/bestlink_change_update_issue.mdwn index 8a526e821..c26e40d10 100644 --- a/doc/bugs/bestlink_change_update_issue.mdwn +++ b/doc/bugs/bestlink_change_update_issue.mdwn @@ -23,7 +23,10 @@ Keeping a copy of the backlinks has some merit. It could also be incrementally updated. + This old bug still exists as of 031d1bf5046ab77c796477a19967e7c0c512c417. + * And if Foo/Bar/Baz is then removed, Foo/Bar gets a broken link, instead of changing back to linking to Foo/Baz. -This old bug still exists as of 031d1bf5046ab77c796477a19967e7c0c512c417. + This part was finally fixed by commit + f1ddf4bd98821a597d8fa1532092f09d3d9b5483. |