From c13dffe980938228dda15b7c3ce3288cf6caef55 Mon Sep 17 00:00:00 2001 From: greggzigler Date: Wed, 10 Aug 2022 12:40:58 -0700 Subject: [PATCH] fix MD link where text and url are swapped --- doc/FAQ.md | 2 +- doc/STYLE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 3618a0639..12e69f407 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -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 diff --git a/doc/STYLE.md b/doc/STYLE.md index 78c0ba84b..9936fa0cd 100644 --- a/doc/STYLE.md +++ b/doc/STYLE.md @@ -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