diff options
author | Jon Layton <me@jonl.io> | 2019-09-18 19:03:02 -0400 |
---|---|---|
committer | Jon Layton <me@jonl.io> | 2019-09-23 19:22:06 -0400 |
commit | dbdc758c27cfdda9d255742b6c6ff4d1b7be82df (patch) | |
tree | a50ffc18a29f45317bca62b308f5c85457b93a1b /doc | |
parent | c15ac2c0aa45c59aee6d36c2d6d5210290dc601c (diff) |
doc: Improve doxygen readme navigation section
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README_doxygen.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README_doxygen.md b/doc/README_doxygen.md index 608680ad3e..6888383a98 100644 --- a/doc/README_doxygen.md +++ b/doc/README_doxygen.md @@ -11,5 +11,5 @@ The software is a community-driven open source project, released under the MIT l See https://github.com/bitcoin/bitcoin and https://bitcoincore.org/ for further information about the project. \section Navigation -Use the buttons <code>Namespaces</code>, <code>Classes</code> or <code>Files</code> at the top of the page to start navigating the code. +Use <a href="modules.html"><code>Modules</code></a>, <a href="namespaces.html"><code>Namespaces</code></a>, <a href="classes.html"><code>Classes</code></a>, or <a href="files.html"><code>Files</code></a> at the top of the page to start navigating the code. |