aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-09 15:51:52 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-09 15:51:52 -0500
commit9d673e31e755a0e1595d3472de12937517d3a24a (patch)
tree719f2dcf7d6abda4aab629122c06aedcc1c1d80c
parentfb0524bd9be5f47cd71d89e2443665dd65d66c0f (diff)
downloadikiwiki-9d673e31e755a0e1595d3472de12937517d3a24a.tar
ikiwiki-9d673e31e755a0e1595d3472de12937517d3a24a.tar.gz
links
-rw-r--r--doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
index 91573d4b5..8a7fd7a29 100644
--- a/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
+++ b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn
@@ -15,10 +15,10 @@ Any hints?
> A few places that use that (found with `git grep '\[\[' | egrep 'png|gif|jpeg|jpg' |grep \|`):
>
> * [[logo]] uses it to provide useful alt texts for the logos. (This
-> could easily be changed to use [[ikiwiki/directives/img]] though.)
+> could easily be changed to use [[ikiwiki/directive/img]] though.)
> * The `change.tmpl` template uses it to display
> the [[diff|wikiicons/diff.png]] with a very useful "diff" alt text.
-> Using [[ikiwiki/directives/img]] here would mean that the
+> Using [[ikiwiki/directive/img]] here would mean that the
> [[plugins/recentchanges]] plugin would depend upon the img
> plugin.
>