From a3a02495fec36fbe1a4e4e77b95cd134a54736e4 Mon Sep 17 00:00:00 2001 From: 34ro Date: Tue, 28 Nov 2017 08:16:24 +0900 Subject: [PATCH] docs: fix tutorial link in INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 88da07a2..44c215aa 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -171,7 +171,7 @@ lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --neutrino.active --ne If you are on testnet, run this command after `btcd` has finished syncing. Otherwise, replace `--bitcoin.testnet` with `--bitcoin.simnet`. If you installing `lnd` in preparation for the -[tutorial](//dev.lightning.community/tutorial), you may skip this step. +[tutorial](http://dev.lightning.community/tutorial), you may skip this step. ``` lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.rpcuser=kek --bitcoin.rpcpass=kek --externalip=X.X.X.X ```