From 152d329d495a0b6a80a60ea5b4de2d12b906dc7d Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Thu, 18 Dec 2014 09:13:43 -0300 Subject: [PATCH] Fix links on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5208f0c..e5cc918 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ simpleTx.sign(privateKey); ## Documentation -The complete docs are hosted here: [bitcore documentation](https://bitcore.io/bitcore/docs). There's also a [bitcore API reference](https://bitcore.io/bitcore/apiref) available generated from the JSDocs of the project. +The complete docs are hosted here: [bitcore documentation](https://bitpay.github.io/bitcore/docs/#!index.md). There's also a [bitcore API reference](https://bitpay.github.io/bitcore/apiref) available generated from the JSDocs of the project, but we're still working on the quality and design of this API reference. ## Security