From 31c3fc5b398475bd16bda6944a7140a5c37083a4 Mon Sep 17 00:00:00 2001 From: haoshengzhen Date: Fri, 19 Jun 2026 10:41:49 +0800 Subject: [PATCH] docs: fix beta Debian repository links Signed-off-by: haoshengzhen --- doc/config.md | 4 ++-- doc/usage.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.