diff options
author | 2020-09-14 10:40:45 +0000 | |
---|---|---|
committer | 2020-09-14 10:40:45 +0000 | |
commit | 2024d8efab152980640b624402b6076da338ef7f (patch) | |
tree | 55813dc12f35d38c2b311a4978b5131402a53044 /docs/conf.py | |
parent | 7b4619e523dbeb519eed3b141a0359108c614f55 (diff) | |
parent | a674e20f6d3508e84ec4b2842f47bfff83ec36bb (diff) |
Merge "Fix swagger link in docs"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
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, } |