summaryrefslogtreecommitdiff
path: root/doc/plugins/img.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-15 07:24:55 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-15 07:24:55 +0000
commitda81fcd8eeb5591ee36b1e3145452e36a2be20ed (patch)
tree43d5cef7236089041e2e998566a47dacf74874ec /doc/plugins/img.mdwn
parent0df9f8796ec9c8c0e90a29a0178123c728f6aa29 (diff)
web commit by JoshTriplett: Remove <ikiroot> placeholder, and make absolute image reference actually absolute.
Diffstat (limited to 'doc/plugins/img.mdwn')
-rw-r--r--doc/plugins/img.mdwn4
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]]