diff options
author | 2022-07-05 14:49:25 +0200 | |
---|---|---|
committer | 2022-07-05 14:52:21 +0200 | |
commit | d7cb6444bf1b65f6b990d6e81121d2110e62a57a (patch) | |
tree | dadc5879f78fb41ff043b90d9b2263e8afbfc91c /docs/guides/onap-user/index.rst | |
parent | 09d3f79ab7bbc87267e129afc4479f0479013fd0 (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/onap-user/index.rst')
-rw-r--r-- | docs/guides/onap-user/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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>` |