From b9675410d4b13cb6e661bcf017e66e444e012d25 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Wed, 7 Oct 2020 21:32:41 +0530 Subject: Fix swagger link for opteng-api Issue-ID: OPTFRA-805 Signed-off-by: krishnaa96 Change-Id: I56930abf4cc195808dc75bc0ea21fc0e67f028ad --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } ] -- cgit 1.2.3-korg