From 0d271849258e914690dd6d6239580e42d8f266ff Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 19 Oct 2020 10:17:28 +0200 Subject: [PATCH] Fix typos in documentation Change-Id: I764ee0740bd3611dd58f9aa80f9823a20c147ef3 Issue-ID: NONRTRIC-157 Signed-off-by: elinuxhenrik --- docs/api-docs.rst | 3 +++ docs/installation-guide.rst | 2 +- docs/policy-agent-api.rst | 2 +- docs/sdnc-a1-controller-api.rst | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/api-docs.rst b/docs/api-docs.rst index 67f3ceec..12ff5167 100644 --- a/docs/api-docs.rst +++ b/docs/api-docs.rst @@ -2,6 +2,9 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright (C) 2020 Nordix +.. _api_docs: + + ======== API-Docs ======== diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 26c9133f..1bcc3c42 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -14,7 +14,7 @@ Abstract This document describes how to install the Non-RT RIC SDNC A1 Controller, its dependencies and required system resources. -This work is in progress. Please visit the `api-docs page`_ for more information about the SDNC A1 Controller and the Policy Agent. +This work is in progress. Please visit :ref:`api_docs` for more information about the SDNC A1 Controller and the Policy Agent. .. _api-docs page: ./api-docs.html diff --git a/docs/policy-agent-api.rst b/docs/policy-agent-api.rst index eaa805d8..4b6b870c 100644 --- a/docs/policy-agent-api.rst +++ b/docs/policy-agent-api.rst @@ -766,7 +766,7 @@ Examples { "id": "Policy 1", - "json", { + "json": { "scope": { "ueId": "UE1 ", "cellId": "Cell 1" diff --git a/docs/sdnc-a1-controller-api.rst b/docs/sdnc-a1-controller-api.rst index 24f9d451..dd855491 100644 --- a/docs/sdnc-a1-controller-api.rst +++ b/docs/sdnc-a1-controller-api.rst @@ -331,7 +331,7 @@ Get **a specific** policy from a Near |nbh| RT |nbsp| RIC that is using the OSC Get **a specific** policy from a Near |nbh| RT |nbsp| RIC that is using the STD 1.1.3 version. :: - curl -X POST http://localhost:8282/restconf/operations/A1-ADAPTER-API:getA1PolicyType + curl -X POST http://localhost:8282/restconf/operations/A1-ADAPTER-API:getA1Policy -H Content-Type:application/json -d '{ "input": { "near-rt-ric-url":"http://ricsim_g2_1:8085/A1-P/v1/policies/5000" -- 2.16.6