diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index 2b2e0bb1..89a20ceb 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -34,4 +34,4 @@ bigchaindb start That's it! -For now, you can get a good sense of how to work with BigchainDB Server by going through [the examples in the section on the Python Server API](drivers-clients/python-server-api-examples.html). +Next Steps: You could build valid transactions and push them to your running BigchainDB Server using the [BigchaindB Python Driver](https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html).