X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=20c71fc328cd2539cd291b2951ca03696713ce84;hb=0268b146cb35f0b5cdc4f8deb2668055bc4ce940;hp=09eeb378d404a0822b22ee42acc0b06fd80c29ff;hpb=e8cc7ee89c17cb18c0802bd3a6afe8031217b2ab;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index 09eeb378..20c71fc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ linkcheck_ignore = [ 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', './rac-api.html', #Generated file that doesn't exist at link check. - './ecs-api.html' #Generated file that doesn't exist at link check. + './ics-api.html' #Generated file that doesn't exist at link check. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] @@ -22,9 +22,9 @@ redoc = [ 'embed': True, }, { - 'name': 'ECS API', - 'page': 'ecs-api', - 'spec': './offeredapis/swagger/ecs-api.json', + 'name': 'ICS API', + 'page': 'ics-api', + 'spec': '../information-coordinator-service/api/ics-api.json', 'embed': True, } ]