diff --git a/docs/root/source/permissions.rst b/docs/root/source/permissions.rst index b934effd..02029e10 100644 --- a/docs/root/source/permissions.rst +++ b/docs/root/source/permissions.rst @@ -71,5 +71,5 @@ Role-Based Access Control (RBAC) ================================ In September 2017, we published a `blog post about how one can define an RBAC sub-system on top of BigchainDB `_. -At the time of writing (October 2017), doing so required the use of a plugin, so it's not possible using standard BigchainDB (which is what's available on `IPDB `_). That may change in the future. +At the time of writing (January 2018), doing so required the use of a plugin, so it's not possible using standard BigchainDB (which is what's available on the `BigchainDB Testnet `_). That may change in the future. If you're interested, `contact BigchainDB `_. diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index 407fe688..00250f60 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -25,4 +25,4 @@ Community-Driven Libraries and Tools * `Go driver `_ * `Java driver `_ * `Ruby driver `_ -* `Ruby library for preparing/signing transactions and submitting them or querying a BigchainDB/IPDB node (MIT licensed) `_ +* `Ruby library for preparing/signing transactions and submitting them or querying a BigchainDB node (MIT licensed) `_ diff --git a/docs/server/source/production-deployment-template/architecture.rst b/docs/server/source/production-deployment-template/architecture.rst index beb03d7e..d78476ce 100644 --- a/docs/server/source/production-deployment-template/architecture.rst +++ b/docs/server/source/production-deployment-template/architecture.rst @@ -1,7 +1,8 @@ -Architecture of an IPDB Node -============================ +Architecture of a Testnet Node +============================== -An IPDB Production deployment is hosted on a Kubernetes cluster and includes: +Each node in the `BigchainDB Testnet `_ +is hosted on a Kubernetes cluster and includes: * NGINX, OpenResty, BigchainDB and MongoDB `Kubernetes Services `_. diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index 79144b72..97dede6d 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -50,10 +50,10 @@ Create a BigchainDB transaction and post it to a BigchainDB network in 20 second ## Develop an App -To develop an app that talks to a BigchainDB network, you'll want a test network to test it against. IPDB is the Interplanetary Database. The IPDB Test Network is a free-to-use, publicly-available BigchainDB network that you can test against. +To develop an app that talks to a BigchainDB network, you'll want a test network to test it against. The BigchainDB Testnet is a free-to-use, publicly-available BigchainDB network that you can test against. Regardless of which BigchainDB network you use, you'll probably use one of the [BigchainDB drivers or tools](https://www.bigchaindb.com/getstarted/#drivers).