From 9a0a6fd4e0f0b07469fe5fb25c99bdbe9c98770b Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 28 Oct 2025 00:24:45 +0000 Subject: [PATCH] update documentation --- docs/lnd/signing_release_candidate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lnd/signing_release_candidate.md b/docs/lnd/signing_release_candidate.md index 2d31ac06..ca375e4a 100644 --- a/docs/lnd/signing_release_candidate.md +++ b/docs/lnd/signing_release_candidate.md @@ -38,7 +38,7 @@ through the aforementioned PR example, they are now able to provide their signature for the new release's "Manifest" file. To do so, the developer must follow these steps: -* Follow the build instructions at https://github.com/lightningnetwork/lnd/blob/masterdocs/release.md#building-a-new-release. +* Follow the [build instructions](/docs/release.md#building-a-new-release). * After a successful build, all binaries and Manifest files, will be placed in a directory, named after the tag, created within the directory in which the build occurred. For