From 88a2db417c0cb3250ee2547ae245e9ea78834bd6 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 30 Jun 2022 10:59:05 +0200 Subject: [PATCH] Correct documentation Issue-ID: NONRTRIC-762 Signed-off-by: elinuxhenrik Change-Id: If63fe1af1e3ebf232cc7b72a7989fad2ba737647 --- docs/conf.py | 2 +- docs/developer-guide.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 49aaa340..59cc205c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ extensions = [ #intershpinx mapping with other projects intersphinx_mapping = {} -intersphinx_mapping['controlpanel'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/%s' % branch, None) +intersphinx_mapping['controlpanel'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/e-release', None) intersphinx_mapping['simulator'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/%s' % branch, None) intersphinx_mapping['dmaapmediatorproducer'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-dmaapmediatorproducer/en/%s' % branch, None) intersphinx_mapping['dmaapadapter'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-dmaapadapter/en/%s' % branch, None) diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 01981000..9ef6ef28 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -7,7 +7,7 @@ Developer Guide This document provides a quickstart for developers of the Non-RT RIC parts. -Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki `_. +Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki `_. Kubernetes deployment --------------------- @@ -18,5 +18,5 @@ OSC NONRTRIC integrated test environment can be found in the *./nonrtric* direct For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes `_. -For more information see `Integration and Testing documentation on the O-RAN-SC wiki `_. +For more information see `Integration and Testing documentation in the O-RAN-SC `_. -- 2.16.6