From 9b6c06612828f959ec6c71fc089fac38957f3828 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 27 Sep 2017 21:57:06 +0800 Subject: Modify the path of the swagger Change the path of the swagger.json to a relative one Change-Id: I5c25e2f9aa6f23f4084fb34c303da8022d10aa36 Issue-ID: HOLMES-54 Signed-off-by: Guangrong Fu --- docs/offeredapis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index 08cc29b..41142ed 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -7,4 +7,4 @@ The rule management module provides the following APIs. * Rule Query * Rule Deletion -.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=holmes/rule-management.git;a=blob;f=rulemgt/src/main/resources/swagger.json +.. swaggerv2doc:: ../rulemgt/src/main/resources/swagger.json -- cgit 1.2.3-korg