Fix link to screenshot images

The previous commit included a link to images using
markdown formatting, but the readme document uses
RST.  This commit fixes that.

Change-Id: I2e419127cf2e6d50f36d096a6389158260e9d530
This commit is contained in:
Christopher Aedo 2015-10-19 11:29:13 -07:00
parent a1936864c2
commit a3a3d11cca
1 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ app-catalog-ui
This makes the Applications and Components stored in the OpenStack Application
Catalog available to users in their own Cloud's Horizon UI.
![App Catalog Application view screenshot](doc/images/app-catalog-ui-apps-v1.png)
.. image:: doc/images/app-catalog-ui-apps-v1.png
:alt: App Catalog Application view screenshot
![App Catalog Components view screenshot](doc/images/app-catalog-ui-components-v1.png)
.. image:: doc/images/app-catalog-ui-components-v1.png
:alt: App Catalog Components view screenshot
Requirements
============