From 47349d128a54d138b7bfaa4258a2e4aec9c68726 Mon Sep 17 00:00:00 2001 From: Greg Meece Date: Wed, 14 May 2014 13:49:33 -0500 Subject: [PATCH] Fix image reference in another_super_article.rst The image tag was this: .. image:: |filename|/pictures/{image name here} It should be this: .. image:: pictures/{image name here} --- samples/content/another_super_article.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/content/another_super_article.rst b/samples/content/another_super_article.rst index e6e0a92c..5ec1e2b8 100644 --- a/samples/content/another_super_article.rst +++ b/samples/content/another_super_article.rst @@ -14,7 +14,7 @@ Why not ? After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst ! YEAH ! -.. image:: |filename|/pictures/Sushi.jpg +.. image:: pictures/Sushi.jpg :height: 450 px :width: 600 px :alt: alternate text