Merge pull request #674 from bigchaindb/change-the-link-to-apiary

Changed BANNER message & link so it doesn't point to Apiary any more
This commit is contained in:
Troy McConaghy 2016-10-14 10:01:45 +02:00 committed by GitHub
commit 46cdb4a3a2

View File

@ -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} *
* *