diff options
| author | Jon Layton <[email protected]> | 2019-09-18 19:03:02 -0400 |
|---|---|---|
| committer | Jon Layton <[email protected]> | 2019-09-23 19:22:06 -0400 |
| commit | dbdc758c27cfdda9d255742b6c6ff4d1b7be82df (patch) | |
| tree | a50ffc18a29f45317bca62b308f5c85457b93a1b | |
| parent | doc: Move doxygen intro to file for USE_MDFILE_AS_MANPAGE (diff) | |
| download | discoin-dbdc758c27cfdda9d255742b6c6ff4d1b7be82df.tar.xz discoin-dbdc758c27cfdda9d255742b6c6ff4d1b7be82df.zip | |
doc: Improve doxygen readme navigation section
| -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 608680ad3..6888383a9 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. |