diff options
author | 2022-07-05 14:49:25 +0200 | |
---|---|---|
committer | 2022-07-05 14:51:39 +0200 | |
commit | 2d2241aa28917e38919966817ec1e8873b61da96 (patch) | |
tree | c8ac27c634c6e9e23e496f04d3905ac6115874be /docs/guides/onap-user | |
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-user')
-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>` |