Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/MAKEFILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 of `lnd --help` are included in [sample-lnd.conf](https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf) and that the default values of `lnd --help` are also mentioned correctly.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While adding the protocol fixes the link, using a relative link such as [sample-lnd.conf](../sample-lnd.conf) is generally preferred for documentation within the same repository. This ensures that the link remains correct and points to the appropriate version of the file when viewing the documentation on different branches, tags, or forks. An absolute link to the master branch might lead users to a version of the configuration file that does not match their local checkout.


`scratch`
---------
Expand Down
Loading