From 17db921f3fe3255416d0fa82fdc05fd2ad515f27 Mon Sep 17 00:00:00 2001 From: Greg Meece Date: Wed, 14 May 2014 13:53:42 -0500 Subject: [PATCH] Change image tag references in 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/super_article.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/content/super_article.rst b/samples/content/super_article.rst index a96176a1..b5cd217c 100644 --- a/samples/content/super_article.rst +++ b/samples/content/super_article.rst @@ -17,12 +17,12 @@ This is a simple title And here comes the cool stuff_. -.. image:: |filename|/pictures/Sushi.jpg +.. image:: pictures/Sushi.jpg :height: 450 px :width: 600 px :alt: alternate text -.. image:: |filename|/pictures/Sushi_Macro.jpg +.. image:: pictures/Sushi_Macro.jpg :height: 450 px :width: 600 px :alt: alternate text