diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | a1-policy-management/README.md | 2 | ||||
-rw-r--r-- | a1-policy-management/pom.xml | 6 | ||||
-rw-r--r-- | docs/guide/developer-guide.rst | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -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 3b018965..a10aecd6 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -488,7 +488,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> @@ -511,7 +511,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) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> </configOptions> @@ -534,7 +534,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) 2024 OpenInfra Foundation Europe. All rights reserved.</licenseInfo> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> </configOptions> diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index ef73af6b..05a8281a 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>`_ +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*) -------------------------------------------------------------------------------------- |