Merge "Fix typos in documentation"
diff --git a/docs/api-docs.rst b/docs/api-docs.rst
index 67f3cee..12ff516 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 26c9133..1bcc3c4 100644
--- a/docs/installation-guide.rst
+++ b/docs/installation-guide.rst
@@ -14,7 +14,7 @@
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 eaa805d..4b6b870 100644
--- a/docs/policy-agent-api.rst
+++ b/docs/policy-agent-api.rst
@@ -766,7 +766,7 @@
{
"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 24f9d45..dd85549 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 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"