diff options
-rw-r--r-- | doc/plugins/img.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/img.mdwn b/doc/plugins/img.mdwn index b8b82a967..bbeb2a9f3 100644 --- a/doc/plugins/img.mdwn +++ b/doc/plugins/img.mdwn @@ -29,6 +29,6 @@ the page, unless overridden. Useful when including many images on a page. \[[img photo2.jpg]] \[[img photo3.jpg size=200x600]] -You can also reference an image in <ikiroot>/images like this: +You can also reference an image in /images like this: - \[[img images/photo3.jpg size=200x600]] + \[[img /images/photo3.jpg size=200x600]] |