From: krishnaa96 Date: Wed, 7 Oct 2020 16:02:41 +0000 (+0530) Subject: Fix swagger link for opteng-api X-Git-Tag: 3.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b9675410d4b13cb6e661bcf017e66e444e012d25;p=optf%2Fosdf.git Fix swagger link for opteng-api Issue-ID: OPTFRA-805 Signed-off-by: krishnaa96 Change-Id: I56930abf4cc195808dc75bc0ea21fc0e67f028ad --- diff --git a/docs/conf.py b/docs/conf.py index 1f5af3c..30ca786 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ redoc = [ { 'name': 'OPTENG API', 'page': 'sections/opteng-api', - 'spec': './api/swagger/oof-osdf-has-api.json', + 'spec': './api/swagger/oof-optf-opteng-api.json', 'embed': True, } ]