summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-08-25 13:33:33 -0500
committerLovett, Trevor <trevor.lovett@att.com>2020-08-26 09:22:53 -0500
commit55d0464481096677cd192b3e4468d857f3d6b5cc (patch)
tree40feaf38e797b88a609d43e12b565be9a329e485 /docs
parent341b810dac6f06ce65dd66fb61f97c05dfbbc56b (diff)
Update links to use intersphinx mapping
Issue-ID: VNFRQTS-908 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: Icac746788e218ba977dd6dc1cfdfaaeda608cd3f
Diffstat (limited to 'docs')
-rw-r--r--docs/Chapter2/index.rst2
-rwxr-xr-xdocs/Chapter7/Configuration-Management.rst2
-rw-r--r--docs/Chapter8/Ansible-Playbook-Examples.rst2
-rw-r--r--docs/changes-by-section-casablanca.rst8
-rw-r--r--docs/conf.py2
5 files changed, 9 insertions, 7 deletions
diff --git a/docs/Chapter2/index.rst b/docs/Chapter2/index.rst
index f03ea84..09e65bd 100644
--- a/docs/Chapter2/index.rst
+++ b/docs/Chapter2/index.rst
@@ -42,7 +42,7 @@ for informational purposes only.
Release Notes
-------------
-Release notes for the VNF Requirements can be found :doc:`here <../release-notes>`
+Release notes for the VNF Requirements can be found :ref:`here <release_notes>`
Glossary
--------
diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst
index 6c358c7..e6d7abf 100755
--- a/docs/Chapter7/Configuration-Management.rst
+++ b/docs/Chapter7/Configuration-Management.rst
@@ -171,7 +171,7 @@ Lifecycle Management Related Commands
flows where the VNF may need to be removed for service.**
Full details on the APIs can be found in the
-:doc:`APPC LCM API Guide <../../../../appc.git/docs/APPC LCM API Guide/APPC LCM API Guide>`
+:doc:`APPC LCM API Guide <appc:APPC-LCM-API-Guide/APPC-LCM-API-Guide>`
``DistributeTraffic`` The APPC/SDN-C client is requesting a change to
traffic distribution (redistribution) done by a traffic balancing/distribution
diff --git a/docs/Chapter8/Ansible-Playbook-Examples.rst b/docs/Chapter8/Ansible-Playbook-Examples.rst
index e60c063..2f8a280 100644
--- a/docs/Chapter8/Ansible-Playbook-Examples.rst
+++ b/docs/Chapter8/Ansible-Playbook-Examples.rst
@@ -20,7 +20,7 @@ The following sections contain examples of Ansible playbooks
which follow the guidelines.
To see specific documentation for the Ansible Adapter please refer
-to: :doc:`APPC Ansible Adapter <../../../../appc/deployment.git/docs/APPC Ansible Adapter/APPC Ansible Adapter>`
+to: :doc:`APPC Ansible Adapter <appc-deployment:APPC Ansible Adapter/APPC Ansible Adapter>`
Guidelines for Playbooks to properly integrate with APPC/SDN-C
diff --git a/docs/changes-by-section-casablanca.rst b/docs/changes-by-section-casablanca.rst
index 713321e..14e4db7 100644
--- a/docs/changes-by-section-casablanca.rst
+++ b/docs/changes-by-section-casablanca.rst
@@ -786,7 +786,7 @@ Requirements Added
The xNF provider **MUST** indicate specific conditions that may arise, and
recommend actions that may be taken at specific thresholds, or if specific
conditions repeat within a specified time interval, using the semantics and
- syntax described by the :doc:`VES Event Registration specification<../../../../vnfsdk/module.git/files/VESEventRegistration_3_0>`.
+ syntax described by the :ref:`VES Event Registration specification <ves_event_registration_3_2>`.
.. container:: note
@@ -803,7 +803,7 @@ Requirements Added
:need:`R-520802`
The xNF provider **MUST** provide a YAML file formatted in adherence with
- the :doc:`VES Event Registration specification<../../../../vnfsdk/module.git/files/VESEventRegistration_3_0>`
+ the :ref:`VES Event Registration specification <ves_event_registration_3_2>`
that defines the following information for each event produced by the VNF:
* ``eventName``
@@ -818,7 +818,7 @@ Requirements Added
The events produced by the xNF **MUST** must be compliant with the common
event format defined in the
- :doc:`VES Event Listener<../../../../vnfsdk/model.git/docs/files/VESEventListener_7_0_1>`
+ :ref:`VES Event Listener <ves_event_listener_7_1>`
specification.
@@ -3729,7 +3729,7 @@ Requirements Added
:need:`R-22346`
- The VNF package MUST provide :doc:`VES Event Registration <../../../../vnfsdk/module.git/files/VESEventRegistration_3_0>`
+ The VNF package MUST provide :ref:`VES Event Registration <ves_event_registration_3_2>`
for all VES events provided by that xNF.
diff --git a/docs/conf.py b/docs/conf.py
index 29bd145..1cfa66d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,6 +11,8 @@ linkcheck_ignore = [
intersphinx_mapping.update({
'modeling': ('https://docs.onap.org/projects/onap-modeling-modelspec/en/latest/', None),
'dcae': ('https://docs.onap.org/projects/onap-dcaegen2/en/latest/', None),
+ 'appc': ('https://docs.onap.org/projects/onap-appc/en/latest/', None),
+ 'appc-deployment': ('https://docs.onap.org/projects/onap-appc-deployment/en/latest/', None),
})
html_last_updated_fmt = '%d-%b-%y %H:%M'