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
 --------
 
 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
 
 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
 
     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
     :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``
 
     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.
 
 
 
     :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.
 
 
 
 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'