From 6ceaa8426efc7ff067e555ad5fd4db256ef2ff35 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 10 Apr 2020 14:00:17 -0400 Subject: Fix links to new intersphinx format. Now that all the projects have anchors. convert links to intersphinx format Issue-ID: CIMAN-376 Signed-off-by: Aric Gardner Change-Id: I9c97ba7f6809446402cc2fa08add67a771e7e0fe --- docs/guides/onap-developer/how-to-use-docs/addendum.rst | 2 +- docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/guides/onap-developer/how-to-use-docs') diff --git a/docs/guides/onap-developer/how-to-use-docs/addendum.rst b/docs/guides/onap-developer/how-to-use-docs/addendum.rst index ba35dcce1..e3b209cbe 100644 --- a/docs/guides/onap-developer/how-to-use-docs/addendum.rst +++ b/docs/guides/onap-developer/how-to-use-docs/addendum.rst @@ -102,7 +102,7 @@ When your project is built, Sphinx will generate an index page populated with th you created in the source RST. These are simple cases with simple options. For more information about indexing with Sphinx, -please see the `official Sphinx documentation `_. +please see the `official Sphinx documentation `_. Jenkins Jobs diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst index af46d6404..8fc6595b6 100644 --- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst +++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst @@ -368,7 +368,7 @@ It's pretty common to want to reference another location in the ONAP documentation and it's pretty easy to do with reStructuredText. This is a quick primer, more information is in the `Sphinx section on Cross-referencing arbitrary locations -`_. +`_. Within a single document, you can reference another section simply by:: -- cgit