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:
Stephen Webel 2022-04-09 18:41:18 -04:00 committed by Rusty Russell
parent 8717c4e5a2
commit c36cef08bc

View File

@ -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.