summaryrefslogtreecommitdiffstats
path: root/docs/guides
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-07-05 14:49:25 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-07-05 14:52:21 +0200
commitd7cb6444bf1b65f6b990d6e81121d2110e62a57a (patch)
treedadc5879f78fb41ff043b90d9b2263e8afbfc91c /docs/guides
parent09d3f79ab7bbc87267e129afc4479f0479013fd0 (diff)
Fix all incorrect anchors detected by linkcheck
It leverages the doc directive which suits this cases. There is no longer link ignored by linkcheck. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I416e378f28789504eee5b44778c8c8edc1e7723f (cherry picked from commit 2d2241aa28917e38919966817ec1e8873b61da96)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/onap-developer/architecture/onap-architecture.rst6
-rw-r--r--docs/guides/onap-operator/platformoperations.rst2
-rw-r--r--docs/guides/onap-user/index.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst
index 5c45b4afa..8871f211a 100644
--- a/docs/guides/onap-developer/architecture/onap-architecture.rst
+++ b/docs/guides/onap-developer/architecture/onap-architecture.rst
@@ -818,7 +818,7 @@ Use cases
Various use cases have been tested for the Release. Use case examples are
listed below. See detailed information on use cases, functional requirements,
and automated use cases can be found here:
-:ref:`Verified Use Cases<onap-integration:docs_usecases_release>`.
+:doc:`Verified Use Cases<onap-integration:docs_usecases_release>`.
- E2E Network Slicing
- 5G OOF (ONAP Optimization Framework) SON (Self-Organized Network)
@@ -828,7 +828,7 @@ Functional requirements
-----------------------
Various functional requirements have been tested for the Release. Detailed
information can be found in the
-:ref:`Verified Use Cases<onap-integration:docs_usecases_release>`.
+:doc:`Verified Use Cases<onap-integration:docs_usecases_release>`.
- xNF Integration
@@ -899,4 +899,4 @@ See the Resources page on `ONAP.org <https://www.onap.org/resources>`_
.. |image11| image:: media/ONAP-mdons.png
:width: 800px
.. |image12| image:: media/ONAP-IntentBasedNetworking.png
- :width: 800px \ No newline at end of file
+ :width: 800px
diff --git a/docs/guides/onap-operator/platformoperations.rst b/docs/guides/onap-operator/platformoperations.rst
index cb61b1cbe..666d0e835 100644
--- a/docs/guides/onap-operator/platformoperations.rst
+++ b/docs/guides/onap-operator/platformoperations.rst
@@ -38,7 +38,7 @@ functions
:maxdepth: 2
:titlesonly:
-:ref:`RobotFramework<onap-integration:docs_robot>`
+:doc:`RobotFramework<onap-integration:docs_robot>`
**Interface Health can be checked via Consul:**
diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst
index adc3a1177..bd7b2260e 100644
--- a/docs/guides/onap-user/index.rst
+++ b/docs/guides/onap-user/index.rst
@@ -33,4 +33,4 @@ In the following page you find all use cases and functional requirements
which have been officially verified in the actual release by the ONAP
community.
-* :ref:`Verified Use Cases<onap-integration:docs_usecases_release>`
+* :doc:`Verified Use Cases<onap-integration:docs_usecases_release>`