From a3a3d11cca4d20f31a024af5786cdf48080c9d27 Mon Sep 17 00:00:00 2001 From: Christopher Aedo Date: Mon, 19 Oct 2015 11:29:13 -0700 Subject: [PATCH] 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 --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 497ca54..9a4ce15 100644 --- a/README.rst +++ b/README.rst @@ -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 ============