Doc-Oslo Remove all traces of old OSC & ONAP wiki links 11/139511/2
authorraviteja.karumuri <raviteja.karumuri@est.tech>
Thu, 21 Nov 2024 11:47:12 +0000 (11:47 +0000)
committerraviteja.karumuri <raviteja.karumuri@est.tech>
Thu, 21 Nov 2024 11:47:12 +0000 (11:47 +0000)
Issue-ID: CCSDK-4063
Change-Id: I47c0bc48137b0856d3c437b03daf77f527313eb2
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
README.md
a1-policy-management/README.md
a1-policy-management/pom.xml
docs/guide/developer-guide.rst

index 884631a..9831f78 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ More information on the CCSDK A1 Policy Management Service can be found in the '
 More information on the CCSDK A1-Adapter controller extension can be found in the 'a1-adapter' subdirectory.
 
 See also additional information at:  
-  - https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP
+  - https://lf-onap.atlassian.net/wiki/spaces/DW/pages/16444961/O-RAN+A1+Policies+in+ONAP
   - https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html
 
 ## Prerequisits
index 3b784a4..746eb65 100644 (file)
@@ -50,7 +50,7 @@ The backend server publishes live API documentation at the
 URL `http://your-host-name-here:8081/swagger-ui.html`
 
 More information about the ONAP CCSDK A1 Policy Management Service can be found at: 
-  - https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP
+  - https://lf-onap.atlassian.net/wiki/spaces/DW/pages/16444961/O-RAN+A1+Policies+in+ONAP
   - https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html
 
 
index 3b01896..a10aecd 100644 (file)
                                 <appDescription>The O-RAN Non-RT RIC Policy Management Service
                                     provides a REST API for managing O-RAN A1 Policies.</appDescription>
                                 <appName>ONAP CCSDK A1 Policy Management Service</appName>
-                                <infoUrl>https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP</infoUrl>
+                                <infoUrl>https://lf-onap.atlassian.net/wiki/spaces/DW/pages/16444961/O-RAN+A1+Policies+in+ONAP</infoUrl>
                                 <licenseInfo>Copyright (C) 2020-2023 Nordix Foundation. Licensed
                                     under the Apache License, and Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo>
                                 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
                                 <appDescription>The O-RAN Non-RT RIC Policy Management Service
                                     provides a REST API for managing O-RAN A1 Policies.</appDescription>
                                 <appName>ONAP CCSDK A1 Policy Management Service</appName>
-                                <infoUrl>https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP</infoUrl>
+                                <infoUrl>https://lf-onap.atlassian.net/wiki/spaces/DW/pages/16444961/O-RAN+A1+Policies+in+ONAP</infoUrl>
                                 <licenseInfo>Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo>
                                 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
                             </configOptions>
                                 <appDescription>The O-RAN Non-RT RIC Policy Management Service
                                     provides a REST API for managing O-RAN A1 Policies.</appDescription>
                                 <appName>ONAP CCSDK A1 Policy Management Service</appName>
-                                <infoUrl>https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP</infoUrl>
+                                <infoUrl>https://lf-onap.atlassian.net/wiki/spaces/DW/pages/16444961/O-RAN+A1+Policies+in+ONAP</infoUrl>
                                 <licenseInfo>Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo>
                                 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
                             </configOptions>
index ef73af6..05a8281 100644 (file)
@@ -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>`_
+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://lf-onap.atlassian.net/wiki/spaces/DW/pages/16444961/O-RAN+A1+Policies+in+ONAP>`_
 
 Static configuration - Settings that cannot be changed at runtime (*application.yaml*)
 --------------------------------------------------------------------------------------