Fix documentation for ccsdk/oran 88/119088/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 10 Mar 2021 16:09:49 +0000 (17:09 +0100)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 10 Mar 2021 16:11:09 +0000 (17:11 +0100)
Change-Id: Ib1a116fc4bd3fecebdd13849fd9797e411706adc
Issue-ID: CCSDK-3201
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
docs/guide/developer-guide.rst
docs/humaninterfaces/humaninterfaces.rst

index e3fb764..3399e8b 100644 (file)
@@ -138,7 +138,7 @@ The target paths in the container should not be modified.
 
 Example docker run command for mounting new files (assuming they are located in the current directory): ::
 
-   docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" o-ran-sc/nonrtric-policy-agent:2.1.0-SNAPSHOT
+   docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.1.2-SNAPSHOT
 
 A1 Adapter (Internal)
 +++++++++++++++++++++
index c0ede9c..9f1ea57 100644 (file)
@@ -6,6 +6,6 @@ Human Interfaces
 ================
 
 The NON-RT RIC Control Panel in O-RAN-SC can be used to interact with the Policy Management Service.
-See `NON-RT RIC Control Panel repo <https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel>`_ from the `O-RAN-SC NONRTRIC Project <https://wiki.o-ran-sc.org/display/RICNR>`_. 
+See `NON-RT RIC Control Panel repo <https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel>`_ from the `O-RAN-SC NONRTRIC Project <https://wiki.o-ran-sc.org/display/RICNR>`_.
 
-Any "Rest Client" application may be used (Postman, ...) to interact with the Policy Management Service application via the :ref:`A1 Policy Management Service API<offered_apis>`_
+Any "Rest Client" application may be used (Postman, ...) to interact with the Policy Management Service application via the :ref:`pms_api`