aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-10-07 21:32:41 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-10-07 21:32:41 +0530
commitb9675410d4b13cb6e661bcf017e66e444e012d25 (patch)
tree966fb9ebd69c883d04716477a159b01c00980fc7
parentf173849ec0e08930f7c546543a8dd6b14954c308 (diff)
Fix swagger link for opteng-api
Issue-ID: OPTFRA-805 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I56930abf4cc195808dc75bc0ea21fc0e67f028ad
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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,
}
]