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}```
This commit is contained in:
Greg Meece 2014-05-14 13:53:42 -05:00
commit 17db921f3f

View file

@ -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