From 00828a34889431e024c9eefcb7cd234095878700 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 11 Oct 2016 10:02:10 +0200 Subject: [PATCH 1/2] Changed BANNER message & link so it doesn't point to Apiary any more --- bigchaindb/processes.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bigchaindb/processes.py b/bigchaindb/processes.py index c3625fdc..484c003e 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://docs.bigchaindb.com/projects/server/en/latest/index.html * * * * Listening to client connections on: {:<15} * * * From e6337cd40deaa26854cf1e1bc85ca9d74a6633b1 Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 14 Oct 2016 09:49:35 +0200 Subject: [PATCH 2/2] Changed HTTP API docs link in BANNER to https://bigchaindb.com/http-api --- bigchaindb/processes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/processes.py b/bigchaindb/processes.py index 484c003e..01d7a55a 100644 --- a/bigchaindb/processes.py +++ b/bigchaindb/processes.py @@ -14,7 +14,7 @@ BANNER = """ * 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://docs.bigchaindb.com/projects/server/en/latest/index.html * +* https://bigchaindb.com/http-api * * * * Listening to client connections on: {:<15} * * *