Update guide links to new website

This commit is contained in:
Taylor Helsper 2021-07-06 21:10:41 -05:00
parent ca8350e59f
commit 311e326354
6 changed files with 13 additions and 13 deletions

View File

@ -106,7 +106,7 @@
<div class="app_title">Local<br/>PC Wallet</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/electrum_server" target="_blank">Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/electrum/electrum.html" target="_blank">Guide</a>
</div>
</div>
@ -116,7 +116,7 @@
<div class="app_title">Local<br/>Mobile Wallets</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/electrum_server" target="_blank">Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/electrum/electrum.html" target="_blank">Guide</a>
</div>
</div>
@ -126,7 +126,7 @@
<div class="app_title">Remote<br/>PC Wallet</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/electrum_server_tor" target="_blank">Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/tor/electrum.html" target="_blank">Guide</a>
</div>
</div>
@ -136,7 +136,7 @@
<div class="app_title">Remote<br/>Mobile Wallet</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/electrum_server_tor" target="_blank">Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/tor/electrum.html" target="_blank">Guide</a>
</div>
</div>

View File

@ -57,7 +57,7 @@
<li>To get started, you need access to the Linux terminal of your myNode device.</li>
<ul>
<li>This may be advanced for some. Please be careful, myNode is not responsible for lost funds.</li>
<li>A guide to access the Linux terminal is available on mynodebtc.com - <a href="https://mynodebtc.com/guide/debug_access_linux_terminal" target="_blank">guide</a></li>
<li>A guide to access the Linux terminal is available on mynodebtc.com - <a href="https://mynodebtc.github.io/advanced/linux-terminal.html" target="_blank">guide</a></li>
</ul>
<li>Once you have terminal access, run the following command:</li>
<ul>

View File

@ -577,7 +577,7 @@
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="#" id="rtl">Open Wallet</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/rtl" target="_blank">RTL Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/lightning/rtl.html" target="_blank">RTL Guide</a>
</div>
</div>
@ -597,7 +597,7 @@
<div class="app_title">Zap</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/zap" target="_blank">Zap Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/lightning/zap.html" target="_blank">Zap Guide</a>
</div>
</div>
@ -607,7 +607,7 @@
<div class="app_title">BlueWallet</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.com/guide/bluewallet" target="_blank">BlueWallet Guide</a>
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/lightning/bluewallet.html" target="_blank">BlueWallet Guide</a>
</div>
</div>

View File

@ -28,7 +28,7 @@
<li>PyBlock is a tool for viewing and interacting with your node.</li>
<li>To get started, you need access to the Linux terminal of your myNode device.</li>
<ul>
<li>A guide to access the Linux terminal is available on mynodebtc.com - <a href="https://mynodebtc.com/guide/debug_access_linux_terminal" target="_blank">guide</a></li>
<li>A guide to access the Linux terminal is available on mynodebtc.com - <a href="https://mynodebtc.github.io/advanced/linux-terminal.html" target="_blank">guide</a></li>
</ul>
<li>Once you have terminal access, run the following command:</li>
<ul>

View File

@ -483,7 +483,7 @@
<button id="upgrade_changelog" class="ui-button ui-widget ui-corner-all settings_button">See Changes</button>
{% if product_key_skipped %}
<p>Upgrade to myNode Premium to get one-click updates!</p>
<p>For manual upgrades, see our <a target="_blank" href="https://mynodebtc.com/guide/upgrading_your_device">upgrade guide</a>!</p>
<p>For manual upgrades, see our <a target="_blank" href="https://mynodebtc.github.io/device/upgrading-device.html">upgrade guide</a>!</p>
{% endif %}
{% elif not product_key_skipped and upgrade_error %}
<p style="color: red;">It appears a recent upgrade may not have fully completed.</p>
@ -1015,7 +1015,7 @@
<button id="upgrade-beta" class="ui-button ui-widget ui-corner-all settings_button">Install Beta</button>
{% if product_key_skipped %}
<p>Upgrade to myNode Premium to get one-click updates!</p>
<p>For manual upgrades, see our <a target="_blank" href="https://mynodebtc.com/guide/upgrading_your_device">upgrade guide</a>!</p>
<p>For manual upgrades, see our <a target="_blank" href="https://mynodebtc.github.io/device/upgrading-device.html">upgrade guide</a>!</p>
{% endif %}
{% elif upgrade_error %}
<p style="color: red;">It appears a recent upgrade may not have fully completed.</p>

View File

@ -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 = []