Skip to content

Commit

Permalink
Doc-Oslo Remove all traces of old OSC & ONAP wiki links
Browse files Browse the repository at this point in the history
Issue-ID: CCSDK-4063
Change-Id: I47c0bc48137b0856d3c437b03daf77f527313eb2
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
  • Loading branch information
ravitejakarumuri committed Nov 21, 2024
1 parent 3477cf3 commit ad619db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion a1-policy-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
6 changes: 3 additions & 3 deletions a1-policy-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/developer-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
--------------------------------------------------------------------------------------
Expand Down

0 comments on commit ad619db

Please sign in to comment.