aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraviteja.karumuri <raviteja.karumuri@est.tech>2024-11-21 11:53:40 +0000
committerraviteja.karumuri <raviteja.karumuri@est.tech>2024-11-21 11:53:40 +0000
commit30e09079fe5c98c4e954c4e44d11a89f7885bd4e (patch)
tree05986998d84485102a7fa0e17f6b12bf58912a80
parent8f16c0be5c32e5d0a2099f1967c10e2d36d5da10 (diff)
Doc-NewDelhi Remove all traces of old OSC & ONAP wiki linksnewdelhi
Issue-ID: CCSDK-4063 Change-Id: Idacba14cbe53891cf05046034842181bf46c99fa Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
-rw-r--r--README.md2
-rw-r--r--a1-policy-management/README.md2
-rw-r--r--a1-policy-management/pom.xml2
-rw-r--r--docs/guide/developer-guide.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 884631a1..9831f78b 100644
--- 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
diff --git a/a1-policy-management/README.md b/a1-policy-management/README.md
index 3b784a4f..746eb650 100644
--- a/a1-policy-management/README.md
+++ b/a1-policy-management/README.md
@@ -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
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml
index dbd9ba95..cc18b9de 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -418,7 +418,7 @@
<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>
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst
index d6896872..7895c2eb 100644
--- a/docs/guide/developer-guide.rst
+++ b/docs/guide/developer-guide.rst
@@ -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://lf-onap.atlassian.net/wiki/spaces/DW/pages/16544264/O-RAN+A1+Policies+in+ONAP+New+Delhi>`_
Static configuration - Settings that cannot be changed at runtime (*application.yaml*)
--------------------------------------------------------------------------------------