Skip to content

Commit c13dffe

Browse files
greggziglerniftynei
authored andcommitted
fix MD link where text and url are swapped
1 parent 8cdbe97 commit c13dffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In summary: as a Bitcoin user, one may be familiar with a file or a seed
115115
it can recover all its funds.
116116

117117
Core Lightning has an internal bitcoin wallet, which you can use to make "on-chain"
118-
transactions, (see [withdraw](https://lightning.readthedocs.io/lightning-withdraw.7.html).
118+
transactions, (see [withdraw](https://lightning.readthedocs.io/lightning-withdraw.7.html)).
119119
These on-chain funds are backed up via the HD wallet seed, stored in byte-form in `hsm_secret`.
120120

121121
`lightningd` also stores information for funds locked in Lightning Network channels, which are stored

doc/STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ for programs to deal with them sanely, and also perform translations.
198198

199199
We use JSON schemas to validate that JSON-RPC returns are in the
200200
correct form, and also to generate documentation. See
201-
[doc/schemas/WRITING_SCHEMAS.md](WRITING_SCHEMAS.md).
201+
[WRITING_SCHEMAS.md](schemas/WRITING_SCHEMAS.md).
202202

203203
## Changing JSON APIs
204204

0 commit comments

Comments
 (0)