summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-09 15:51:31 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-09 15:51:31 -0500
commitfb0524bd9be5f47cd71d89e2443665dd65d66c0f (patch)
treee25d1b9f9b07434db2a7b23e50ed0d2f8abc633e
parenta0e06556db4a5c67f1fdf6f6dc4b6d275137b996 (diff)
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 f58b6b359..91573d4b5 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
@@ -14,12 +14,12 @@ Any hints?
>
> A few places that use that (found with `git grep '\[\[' | egrep 'png|gif|jpeg|jpg' |grep \|`):
>
-> * [[logos]] uses it to provide useful alt texts for the logos. (This
+> * [[logo]] uses it to provide useful alt texts for the logos. (This
> could easily be changed to use [[ikiwiki/directives/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
-> [[ikiwiki/plugins/recentchanges]] plugin would depend upon the img
+> [[plugins/recentchanges]] plugin would depend upon the img
> plugin.
>
> I do like your suggestion, it makes more sense than the current behavior.