diff options
author | JohnKeeney <john.keeney@est.tech> | 2024-08-19 18:02:52 +0100 |
---|---|---|
committer | JohnKeeney <john.keeney@est.tech> | 2024-08-19 18:07:38 +0100 |
commit | b0ad7d6c71e5c612082ea962af9c6aed80b2ea1f (patch) | |
tree | c480c7f880918544231eb2cda0fc38fe1cbcacaa /docs/guide | |
parent | a1d0a4a7f3eca233f76e041ad5cc3f78ff0f7a53 (diff) |
Update docs links to O-RAN-SC wiki after atlassian migration
Issue-ID: CCSDK-4050
Change-Id: Iea88deeb129238088c2238db49d763ec19b6324c
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/developer-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index bb737441..ef73af6b 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -10,7 +10,7 @@ Developer Guide This document provides a quickstart for developers of the CCSDK functions for O-RAN A1 Policies. -.. image:: ../media/ONAP-A1ControllerArchitecture-Montreal.png +.. image:: ../media/ONAP-A1ControllerArchitecture-NewDelhi.png :width: 500pt Source tree @@ -64,7 +64,7 @@ There are two configuration files for A1 Policy Management Service, *config/appl The first (*config/application_configuration.json*) contains application-specific configuration needed by the application, such as which near-RT RICs, or controller to use. The second (*config/application.yaml*) contains logging and security configurations. -For more information about these configuration files can be found as comments in the sample files provided with the source code, or on the `ONAP wiki <https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP+London>`_ +For more information about these configuration files can be found as comments in the sample files provided with the source code, or on the `ONAP wiki <https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP>`_ Static configuration - Settings that cannot be changed at runtime (*application.yaml*) -------------------------------------------------------------------------------------- |