Update Release Notes
[optf/osdf.git] / docs / conf.py
index 59016f1..30ca786 100644 (file)
@@ -14,14 +14,14 @@ 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',
-                       'spec': './api/swagger/oof-osdf-has-api.json',
+                       'page': 'sections/opteng-api',
+                       'spec': './api/swagger/oof-optf-opteng-api.json',
                        'embed': True,
                    }
         ]