What changed, and why it matters
This commit fixes broken documentation links. It changes three Markdown links from an incorrect anchor name (binaries.md#cnative-os-packages) to the correct one (binaries.md#native-os-packages). There is no code change and no security relevance.
No security action needed. Treat as a normal documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch updates three internal documentation anchor references in doc/config.md and doc/usage.md. The old anchor ‘cnative-os-packages’ appears to have been a typo or stale fragment; the correct anchor is ‘native-os-packages’. This is a pure documentation hyperlink fix with no functional, configuration, or cryptographic impact.
Changed components
doc/config.mddoc/usage.mdInspect captured patch +3 / −3
diff --git a/doc/config.md b/doc/config.md
index 3784b20..7c30459 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -139,7 +139,7 @@ HiddenServiceVersion 3
HiddenServicePort 50001 127.0.0.1:50001
```
-If you use [the *beta* Debian repository](binaries.md#cnative-os-packages),
+If you use [the *beta* Debian repository](binaries.md#native-os-packages),
it is cleaner to install `tor-hs-patch-config` using `apt` and then placing the configuration into a file inside `/etc/tor/hidden-services.d`.
Restart the service:
@@ -162,7 +162,7 @@ For more details, see http://docs.electrum.org/en/latest/tor.html.
### Sample Systemd Unit File
-If you use [the *beta* Debian repository](binaries.md#cnative-os-packages), you should skip this section,
+If you use [the *beta* Debian repository](binaries.md#native-os-packages), you should skip this section,
as the appropriate systemd unit file is installed automatically.
You may wish to have systemd manage electrs so that it's "always on".
diff --git a/doc/usage.md b/doc/usage.md
index abbdd72..d6d5a73 100644
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -71,7 +71,7 @@ See [extra configuration suggestions](config.md#extra-configuration-suggestions)
## Electrum client
-If you happen to use the Electrum client from [the *beta* Debian repository](binaries.md#cnative-os-packages), it's pre-configured out-of-the-box already
+If you happen to use the Electrum client from [the *beta* Debian repository](binaries.md#native-os-packages), it's pre-configured out-of-the-box already
Read below otherwise.
There's a prepared script for launching `electrum` in such way to connect only to the local `electrs` instance to protect your privacy.
Why this scored 15/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.