diff options
author | fanquake <fanquake@gmail.com> | 2019-11-25 14:08:15 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-11-25 14:20:23 -0500 |
commit | 12230529e330aefc0fbd37811b8837e96bf40cad (patch) | |
tree | 7b9a391059e3b4b7b27c66bf178c79d69f92f014 | |
parent | 89a1f7a250ef70ff2d65701564f1e24bb9280d90 (diff) | |
parent | 41d7db0b60375533934af3e3b48043e6de944bd1 (diff) |
Merge #17596: doc: Change doxygen URL to doxygen.bitcoincore.org
41d7db0b60375533934af3e3b48043e6de944bd1 doc: Change doxygen URL to doxygen.bitcoincore.org (Wladimir J. van der Laan)
Pull request description:
The bitcoin core doxygen documentation has moved to https://doxygen.bitcoincore.org, see bitcoin-core/bitcoincore.org#681
(the old URL still works as a redirect)
ACKs for top commit:
Sjors:
ACK 41d7db0b60375533934af3e3b48043e6de944bd1 based on a short spot check.
fanquake:
ACK 41d7db0b60375533934af3e3b48043e6de944bd1 - also checked the redirect.
Tree-SHA512: e6fa0477b7825e3557c1b3bed8c5a37c33188ddcba43e6a19f95d86618408f7d04bbaeb64bd79181930c5af1252ca5c462e3f7a850bfffa39a8f62bcccbb4260
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 46b311b251..4dd21c4620 100644 --- a/doc/README.md +++ b/doc/README.md @@ -54,7 +54,7 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th - [Productivity Notes](productivity.md) - [Release Notes](release-notes.md) - [Release Process](release-process.md) -- [Source Code Documentation (External Link)](https://dev.visucore.com/bitcoin/doxygen/) +- [Source Code Documentation (External Link)](https://doxygen.bitcoincore.org/) - [Translation Process](translation_process.md) - [Translation Strings Policy](translation_strings_policy.md) - [JSON-RPC Interface](JSON-RPC-interface.md) |