aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authordhebeha mj <dhebeha.mj71@wipro.com>2020-09-14 10:40:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-14 10:40:45 +0000
commit2024d8efab152980640b624402b6076da338ef7f (patch)
tree55813dc12f35d38c2b311a4978b5131402a53044 /docs/conf.py
parent7b4619e523dbeb519eed3b141a0359108c614f55 (diff)
parenta674e20f6d3508e84ec4b2842f47bfff83ec36bb (diff)
Merge "Fix swagger link in docs"
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 59016f1..1f5af3c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,13 +14,13 @@ extensions = [
redoc = [
{
'name': 'OSDF API',
- 'page': './osdf-api',
+ 'page': 'sections/osdf-api',
'spec': './api/swagger/oof-osdf-has-api.json',
'embed': True,
},
{
'name': 'OPTENG API',
- 'page': './opteng-api',
+ 'page': 'sections/opteng-api',
'spec': './api/swagger/oof-osdf-has-api.json',
'embed': True,
}