mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
use full path to reference lightningd.c
The relative path makes for a difficult experience when people are reading on `https://lightning.readthedocs.io/`. Directly linking saves the reader a few clicks hunting down the correct location :)
This commit is contained in:
committed by
Rusty Russell
parent
8717c4e5a2
commit
c36cef08bc
@@ -18,7 +18,7 @@ It's in C, to encourage alternate implementations. Patches are welcome!
|
||||
You should read our [Style Guide](STYLE.md).
|
||||
|
||||
To read the code, you should start from
|
||||
[lightningd.c](../lightningd/lightningd.c) and hop your way through
|
||||
[lightningd.c](https://github.com/ElementsProject/lightning/blob/master/lightningd/lightningd.c) and hop your way through
|
||||
the '~' comments at the head of each daemon in the suggested
|
||||
order.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user