diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-07-05 14:49:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-07-05 14:51:39 +0200 |
commit | 2d2241aa28917e38919966817ec1e8873b61da96 (patch) | |
tree | c8ac27c634c6e9e23e496f04d3905ac6115874be /docs/guides/onap-developer | |
parent | 8990c04e0c32001328c10d477041d9e7745e6274 (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
Diffstat (limited to 'docs/guides/onap-developer')
-rw-r--r-- | docs/guides/onap-developer/architecture/onap-architecture.rst | 6 |
1 files changed, 3 insertions, 3 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 |