diff --git a/docs/MAKEFILE.md b/docs/MAKEFILE.md index b43088f713..bba745b3a9 100644 --- a/docs/MAKEFILE.md +++ b/docs/MAKEFILE.md @@ -162,7 +162,7 @@ Compiles the `lnrpc` proto files. `sample-conf-check` ------------------- -Checks whether all required options of `lnd --help` are included in [sample-lnd.conf](github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf) and that the default values of `lnd --help` are also mentioned correctly. +Checks whether all required options from `lnd --help` are included in [`sample-lnd.conf`](../sample-lnd.conf) and whether the default values shown by `lnd --help` are documented correctly. `scratch` ---------