Update links and release references 87/14087/4
authorsaul.gill <saul.gill@est.tech>
Thu, 16 Jan 2025 15:49:10 +0000 (15:49 +0000)
committersaul.gill <saul.gill@est.tech>
Fri, 17 Jan 2025 10:56:38 +0000 (10:56 +0000)
Issue-ID: NONRTRIC-1042
Change-Id: I9ff1e0b319dd22ab049b4a822770bed521292989
Signed-off-by: saul.gill <saul.gill@est.tech>
docs/developer-guide.rst
participants/docs/developer-guide.rst

index 70f73c4..0711158 100755 (executable)
@@ -1,13 +1,14 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
+.. Modifications Copyright (c) 2023-2025 Nordix Foundation.
 
 Developer Guide
 ===============
 
 This document provides a quickstart for developers of the Non-RT RIC rApp Manager.
 
-Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR/Release+I>`_.
+Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802434/Release+K>`_.
 
 The rApp Manager is a Java 17 web application built using the Spring Framework. Using Spring Boot
 dependencies, it runs as a standalone application.
@@ -63,7 +64,7 @@ OSC NONRTRIC integrated test environment can be found in the *./nonrtric* direct
 
 The scripts located in *rappmanager/scripts/install* can be used for an automatic installation in the Kubernetes Cluster, see `Automatic Installation in Kubernetes <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-rappmanager/en/latest/installation-guide.html>`_.
 
-For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Kubernetes>`_.
+For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802787/Release+K+-+Run+in+Kubernetes>`_.
 
 For more information see `Integration and Testing documentation in the O-RAN-SC <https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/index.html>`_.
 
index 56eda33..6881df7 100755 (executable)
@@ -1,13 +1,14 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+.. Modifications Copyright (c) 2023-2025 Nordix Foundation.
 
 Developer Guide
 ===============
 
 This document provides a quickstart for developers of the Non-RT RIC DME Participant.
 
-Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR/Release+I>`_.
+Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802434/Release+K>`_.
 
 The DME Participant is a Java 17 web application built using the Spring Framework. Using Spring Boot
 dependencies, it runs as a standalone application.
@@ -53,7 +54,7 @@ Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository <htt
 hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the
 OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory.
 
-For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+I+-+Run+in+Kubernetes>`_.
+For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802434/Release+K>`_.
 
 For more information see `Integration and Testing documentation in the O-RAN-SC <https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/index.html>`_.