From da81fcd8eeb5591ee36b1e3145452e36a2be20ed Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 15 Apr 2007 07:24:55 +0000 Subject: [PATCH] web commit by JoshTriplett: Remove placeholder, and make absolute image reference actually absolute. --- doc/plugins/img.mdwn | 4 ++-- 1 file 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 /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]] -- 2.44.0