diff options
-rw-r--r-- | .readthedocs.yaml | 2 | ||||
-rw-r--r-- | docs/platform/offeredapis.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..b52ee03 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: python: version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/etc/requirements.txt sphinx: configuration: docs/conf.py diff --git a/docs/platform/offeredapis.rst b/docs/platform/offeredapis.rst index 3f74821..b1c3279 100644 --- a/docs/platform/offeredapis.rst +++ b/docs/platform/offeredapis.rst @@ -7,7 +7,7 @@ The MSB provides the following APIs. - `Service Registration <https://wiki.onap.org/display/DW/Microservice+Bus+API+Documentation#MicroserviceBusAPIDocumentation-RegisterservicetotheMicroserviceBus>`_. - `Service Unregistration <https://wiki.onap.org/display/DW/Microservice+Bus+API+Documentation#MicroserviceBusAPIDocumentation-UnregisterservicefromtheMicroserviceBus>`_. - `Service Discovery <https://wiki.onap.org/display/DW/Microservice+Bus+API+Documentation#MicroserviceBusAPIDocumentation-QueryservicefromtheMicroserviceBus>`_. -- `MSB Java SDK :ref: https://wiki.onap.org/display/DW/Microservice+Bus+API+Documentation#MicroserviceBusAPIDocumentation-MSBClientSDK>`. +- `MSB Java SDK <https://wiki.onap.org/display/DW/Microservice+Bus+API+Documentation#MicroserviceBusAPIDocumentation-MSBClientSDK>`_. - `Swagger SDK <https://wiki.onap.org/display/DW/swagger-sdk>`_. Discover more about. |