readme: change links for 'Useful commands' from local to a web doc
What changed, and why it matters
This commit only updates the README file to point documentation links for common commands to an external website instead of local files. It does not change any program code, configuration, or security behavior.
No action required; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch modifies README.md, replacing seven relative Markdown links (doc/lightning-*.7.md) with absolute URLs on docs.corelightning.org. No source code, build scripts, tests, or runtime logic are touched. There is no security-relevant change.
Changed components
README.mdInspect captured patch +7 / −7
diff --git a/README.md b/README.md
index ca5969bb..ebab277f 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,13 @@ will offer specific information on that command.
Useful commands:
-* [newaddr](doc/lightning-newaddr.7.md): get a bitcoin address to deposit funds into your lightning node.
-* [listfunds](doc/lightning-listfunds.7.md): see where your funds are.
-* [connect](doc/lightning-connect.7.md): connect to another lightning node.
-* [fundchannel](doc/lightning-fundchannel.7.md): create a channel to another connected node.
-* [invoice](doc/lightning-invoice.7.md): create an invoice to get paid by another node.
-* [pay](doc/lightning-pay.7.md): pay someone else's invoice.
-* [plugin](doc/lightning-plugin.7.md): commands to control extensions.
+* [newaddr](https://docs.corelightning.org/reference/newaddr): get a bitcoin address to deposit funds into your lightning node.
+* [listfunds](https://docs.corelightning.org/reference/listfunds): see where your funds are.
+* [connect](https://docs.corelightning.org/reference/connect): connect to another lightning node.
+* [fundchannel](https://docs.corelightning.org/reference/fundchannel): create a channel to another connected node.
+* [invoice](https://docs.corelightning.org/reference/invoice): create an invoice to get paid by another node.
+* [pay](https://docs.corelightning.org/reference/pay): pay someone else's invoice.
+* [plugin](https://docs.corelightning.org/reference/plugin): commands to control extensions.
### Care And Feeding Of Your New Lightning Node
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.