diff --git a/bigchaindb/processes.py b/bigchaindb/processes.py index c3625fdc..01d7a55a 100644 --- a/bigchaindb/processes.py +++ b/bigchaindb/processes.py @@ -11,9 +11,10 @@ logger = logging.getLogger(__name__) BANNER = """ **************************************************************************** * * -* Initialization complete. BigchainDB is ready and waiting for events. * -* You can send events through the API documented at: * -* - http://docs.bigchaindb.apiary.io/ * +* Initialization complete. BigchainDB Server is ready and waiting. * +* You can send HTTP requests via the HTTP API documented in the * +* BigchainDB Server docs at: * +* https://bigchaindb.com/http-api * * * * Listening to client connections on: {:<15} * * *