From 579672496d2673f7ece49962e16450bcc32b6ff3 Mon Sep 17 00:00:00 2001 From: Jonathan Giszczak Date: Thu, 25 Jan 2018 12:58:35 -0600 Subject: [PATCH] Provide link to public testnet Doxygen documentation. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f44f1d3..f25433730 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,9 @@ for p2p requests, and includes the wallet plugins. ## Doxygen documentation -You can find more detailed API documentation in Doxygen reference: https://eosio.github.io/eos/ +You can find more detailed API documentation in the Doxygen reference. +For the `master` branch: https://eosio.github.io/eos/ +For the public testnet branch: http://htmlpreview.github.io/?https://github.com/EOSIO/eos/blob/dawn-2.x/docs/index.html ## Running EOS in Docker -- GitLab