links
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 9 Jan 2010 20:51:31 +0000 (15:51 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 9 Jan 2010 20:51:31 +0000 (15:51 -0500)
doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn

index f58b6b35978caa2303d9abe3d429a5a661d6a73a..91573d4b5b1d9b33fe4c0876c3906f6a5d793f70 100644 (file)
@@ -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.