From 824daaeccc6294a148f461058d222b52c60fc578 Mon Sep 17 00:00:00 2001 From: Manolo Date: Thu, 8 Feb 2018 14:04:51 +0100 Subject: [PATCH] Change references to IPDB --- docs/source/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index a400cca..cba2a57 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -35,7 +35,7 @@ A simple connection with BigchainDB can be established like this. const conn = new driver.Connection(API_PATH) -It is also possible to connect to a BigchainDB node of the IPDB test net. +It is also possible to connect to a node of the BigchainDB test network. To do so, you need to pass the **app_id and app_key**. .. code-block:: js @@ -320,7 +320,7 @@ Recap: Asset Creation & Transfer const driver = require('bigchaindb-driver') - // BigchainDB server instance or IPDB (e.g. https://test.ipdb.io/api/v1/) + // BigchainDB server instance or testnetwork (e.g. https://test.bigchaindb.com/api/v1/) const API_PATH = 'http://localhost:9984/api/v1/' // Create a new keypair for Alice and Bob