From 2e47fb96c9e65ff01580bcab7996ab8cffd2dd1c Mon Sep 17 00:00:00 2001 From: Jameson Lopp Date: Tue, 11 Dec 2018 10:49:39 -0500 Subject: [PATCH] update link to bcoin docs --- bin/node | 2 +- bin/wallet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/node b/bin/node index 105de2dc3..13396d789 100755 --- a/bin/node +++ b/bin/node @@ -6,7 +6,7 @@ process.title = 'bcoin'; if (process.argv.indexOf('--help') !== -1 || process.argv.indexOf('-h') !== -1) { - console.error('See the bcoin wiki at: https://github.com/bcoin-org/bcoin/wiki.'); + console.error('See the bcoin docs at: https://github.com/bcoin-org/bcoin/tree/master/docs.'); process.exit(1); throw new Error('Could not exit.'); } diff --git a/bin/wallet b/bin/wallet index c0b40838a..39545b037 100755 --- a/bin/wallet +++ b/bin/wallet @@ -6,7 +6,7 @@ process.title = 'bwallet'; if (process.argv.indexOf('--help') !== -1 || process.argv.indexOf('-h') !== -1) { - console.error('See the bcoin wiki at: https://github.com/bcoin-org/bcoin/wiki.'); + console.error('See the bcoin docs at: https://github.com/bcoin-org/bcoin/tree/master/docs.'); process.exit(1); throw new Error('Could not exit.'); }