aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/depends_simple_mixup.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-21 21:42:18 -0400
committerJoey Hess <joey@kitenet.net>2010-04-21 21:42:18 -0400
commit8cf6b7abf87818f9063b6ef672f20125de75249c (patch)
tree83d628235664fbf55995c348874107448ca2c87f /doc/bugs/depends_simple_mixup.mdwn
parent6c5f315970b0e7a8473e9a1151229459781192a8 (diff)
downloadikiwiki-8cf6b7abf87818f9063b6ef672f20125de75249c.tar
ikiwiki-8cf6b7abf87818f9063b6ef672f20125de75249c.tar.gz
link fix
Diffstat (limited to 'doc/bugs/depends_simple_mixup.mdwn')
-rw-r--r--doc/bugs/depends_simple_mixup.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/depends_simple_mixup.mdwn b/doc/bugs/depends_simple_mixup.mdwn
index 2ebd53e85..4fe69a90a 100644
--- a/doc/bugs/depends_simple_mixup.mdwn
+++ b/doc/bugs/depends_simple_mixup.mdwn
@@ -31,7 +31,7 @@ type DEPEND_LINKS. So, a tag page that inlines `tagged(foo)`
gets a `depends_simple` built up that contains link dependencies for
*every* page in the wiki. A very bloaty way to represent the dependency!
-Per [[dependency_types]], `link(done)` only needs to list in
+Per [[todo/dependency_types]], `link(done)` only needs to list in
`depends_simple` the pages that currently match. If a page is modified
to add the link, the regular dependency calculation code notices that
a new page matches. If a page that had the link is modified to remove it,