diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-04-27 17:52:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-27 17:52:09 +0000 |
commit | 054ac1c64668bc53c9b006b8a3ba8f6424d2732e (patch) | |
tree | a46fb88dbd3cfad7c6c4c4d1cf6bb1feb8798591 /docs/guides/onap-developer/how-to-use-docs | |
parent | c45fe0afbf0d96dcfbec35c5145a9760d29a6e64 (diff) | |
parent | 6ceaa8426efc7ff067e555ad5fd4db256ef2ff35 (diff) |
Merge "Fix links to new intersphinx format."
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs')
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/addendum.rst | 2 | ||||
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 2 |
2 files changed, 2 insertions, 2 deletions
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 <http://www.sphinx-doc.org/en/stable/markup/misc.html#directive-index>`_. +please see the `official Sphinx documentation <http://www.sphinx-doc.org/en/stable/markup/misc.html>`_. 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 -<http://www.sphinx-doc.org/en/stable/markup/inline.html#ref-role>`_. +<http://www.sphinx-doc.org/en/stable/markup/inline.html>`_. Within a single document, you can reference another section simply by:: |