diff --git a/rootfs/standard/var/www/mynode/templates/electrum_server.html b/rootfs/standard/var/www/mynode/templates/electrum_server.html index 2d40a945..ef3c0658 100644 --- a/rootfs/standard/var/www/mynode/templates/electrum_server.html +++ b/rootfs/standard/var/www/mynode/templates/electrum_server.html @@ -106,7 +106,7 @@
Upgrade to myNode Premium to get one-click updates!
-For manual upgrades, see our upgrade guide!
+For manual upgrades, see our upgrade guide!
{% endif %} {% elif not product_key_skipped and upgrade_error %}It appears a recent upgrade may not have fully completed.
@@ -1015,7 +1015,7 @@ {% if product_key_skipped %}Upgrade to myNode Premium to get one-click updates!
-For manual upgrades, see our upgrade guide!
+For manual upgrades, see our upgrade guide!
{% endif %} {% elif upgrade_error %}It appears a recent upgrade may not have fully completed.
diff --git a/rootfs/standard/var/www/mynode/tor.py b/rootfs/standard/var/www/mynode/tor.py index 593180a3..489fd31e 100644 --- a/rootfs/standard/var/www/mynode/tor.py +++ b/rootfs/standard/var/www/mynode/tor.py @@ -77,8 +77,8 @@ def page_tor(): v3_services.append(create_v3_service("LND API (gRPC)", lnd_onion_url, "10009", False, "")) v3_services.append(create_v3_service("LND API (REST)", lnd_onion_url, "10080", False, "")) v3_services.append(create_v3_service("SSH", ssh_onion_url, "22022", False, "")) - v3_services.append(create_v3_service("Electrum Server", electrs_onion_url, "50001", False, "https://mynodebtc.com/guide/electrum_server_tor")) - v3_services.append(create_v3_service("Electrum Server", electrs_onion_url, "50002", False, "https://mynodebtc.com/guide/electrum_server_tor")) + v3_services.append(create_v3_service("Electrum Server", electrs_onion_url, "50001", False, "https://mynodebtc.github.io/tor/electrum.html")) + v3_services.append(create_v3_service("Electrum Server", electrs_onion_url, "50002", False, "https://mynodebtc.github.io/tor/electrum.html")) v3_services.append(create_v3_service("Sphinx Relay", sphinxrelay_onion_url, "53001", True, "")) v2_services = []