What changed, and why it matters
This commit fixes a broken hyperlink in a documentation file. The old URL was missing a slash between 'master' and 'docs', making it invalid. The fix replaces it with a proper relative link. There is no code change and no security impact.
No security action needed. Treat as a normal documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-line change in docs/signing_release_candidate.md corrects a malformed absolute URL (https://github.com/lightningnetwork/lnd/blob/masterdocs/release.md#building-a-new-release) to a relative Markdown link (build instructions). It is purely a documentation formatting/URL fix.
Changed components
docs/signing_release_candidate.mdInspect captured patch +1 / −1
diff --git a/docs/signing_release_candidate.md b/docs/signing_release_candidate.md
index 2d31ac0..ca375e4 100644
--- a/docs/signing_release_candidate.md
+++ b/docs/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
Why this scored 16/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.