fix MD link where text and url are swapped

This commit is contained in:
greggzigler 2022-08-10 12:40:58 -07:00 committed by neil saitug
parent 8cdbe97d91
commit c13dffe980
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ In summary: as a Bitcoin user, one may be familiar with a file or a seed
it can recover all its funds.
Core Lightning has an internal bitcoin wallet, which you can use to make "on-chain"
transactions, (see [withdraw](https://lightning.readthedocs.io/lightning-withdraw.7.html).
transactions, (see [withdraw](https://lightning.readthedocs.io/lightning-withdraw.7.html)).
These on-chain funds are backed up via the HD wallet seed, stored in byte-form in `hsm_secret`.
`lightningd` also stores information for funds locked in Lightning Network channels, which are stored

View file

@ -198,7 +198,7 @@ for programs to deal with them sanely, and also perform translations.
We use JSON schemas to validate that JSON-RPC returns are in the
correct form, and also to generate documentation. See
[doc/schemas/WRITING_SCHEMAS.md](WRITING_SCHEMAS.md).
[WRITING_SCHEMAS.md](schemas/WRITING_SCHEMAS.md).
## Changing JSON APIs