From 3a3441f32bee9bbbe05766a4b147a1ff1446f245 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Fri, 20 Jan 2017 14:15:15 +0800 Subject: [PATCH] Fix some synctactic markup errors This patch fix some rst hyperlink markup syntactic errors in the README.rst.I am sorry for my patch: 'https://review.openstack.org/#/c/421292/' result in this bug. Change-Id: I1157e581211100e592d71df97911264ed3d68a59 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 418565e..ccdb448 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Freezer Dashboard requires a freezer API client to be installed in the same envi python setup.py install (is important that freezer is installed from source and not with pip and is installed on horizon virtual environment) -Freezer Dashboard requires a freezer API endpoint which you can install following this steps:: +Freezer Dashboard requires a freezer API endpoint which you can install following this steps: `https://github.com/openstack/freezer-api/blob/master/README.rst `_ @@ -36,7 +36,7 @@ Freezer Dashboard requires a freezer API endpoint which you can install followin API registration ================ -Register freezer api endpoint:: +Register freezer api endpoint: `https://github.com/openstack/freezer-api/blob/master/README.rst#api-registration `_