diff --git a/docs/index.rst b/docs/index.rst index a20577a7f..a2f1fea1e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,8 +57,8 @@ The documentation is structured as follows: * :doc:`Omnitrace glossary <./reference/omnitrace-glossary>` * :doc:`API library <./doxygen/html/files>` * :doc:`Functions <./doxygen/html/functions>` - * :doc:`Globals <./doxygen/html/globals>` - * :doc:`Data structures <./doxygen/html/annotated>` + * :doc:`Globals <./doxygen/html/globals_globals>` + * :doc:`Data structures <./doxygen/html/annotated_data_structures>` To contribute to the documentation, refer to `Contributing to ROCm `_. diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index efe4796a2..102ed032b 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -60,9 +60,9 @@ subtrees: title: API library - file: doxygen/html/functions title: Functions - - file: doxygen/html/globals + - file: doxygen/html/globals_globals title: Globals - - file: doxygen/html/annotated + - file: doxygen/html/annotated_data_structures title: Data structures - caption: About