summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2009-05-18 17:13:42 -0400
committerJoey Hess <joey@kitenet.net>2009-05-18 17:13:42 -0400
commitb00f5a5f522ee4e9d48dc418d70852195d0262d7 (patch)
tree265224ce9737e259cf70a312d20e150ca39cc5a9 /doc
parent631e7e0b20d301a00a04db72d0c020afa4ec2e71 (diff)
Fixed a wikilink target.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/inlines_inheriting_links.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/inlines_inheriting_links.mdwn b/doc/todo/inlines_inheriting_links.mdwn
index 54249bdee..5560b19c6 100644
--- a/doc/todo/inlines_inheriting_links.mdwn
+++ b/doc/todo/inlines_inheriting_links.mdwn
@@ -2,7 +2,7 @@
Continuing the ideas in [[bugs/Inline doesn't wikilink to pages]].
-I thought of a use case for another feature: making [[directives/inline]] inherit the link relations of the included pages (optionally, say, with `inheritlinks=yes`). For example, if I want to list `elements/*` that have been linked to in any of `new_stuff/*`, I could try to write a [[ikiwiki/pagespec]] like
+I thought of a use case for another feature: making [[ikiwiki/directive/inline]] inherit the link relations of the included pages (optionally, say, with `inheritlinks=yes`). For example, if I want to list `elements/*` that have been linked to in any of `new_stuff/*`, I could try to write a [[ikiwiki/pagespec]] like
`elements/* and backlink(new_stuff/*)`.
This is not yet possible, as discussed in [[todo/tracking_bugs_with_dependencies/]].