diff --git a/assets/js/tx-sender.js b/assets/js/tx-sender.js index 514a26e3cb..705e530c1c 100644 --- a/assets/js/tx-sender.js +++ b/assets/js/tx-sender.js @@ -87,7 +87,7 @@ const set_up_tx_sender = async function() { dataType: 'json', success: faucet_response, error: function() { - errorNotif("There was an error with the XRP Ledger Test Net Faucet. Reload this page to try again.") + errorNotif("There was an error with the XRP Ledger Testnet Faucet. Reload this page to try again.") } }) }) @@ -104,7 +104,7 @@ const set_up_tx_sender = async function() { $("#connection-status-item").text("Not connected") $("#connection-status-item").removeClass("active").addClass("disabled") }) - console.log("Connecting to Test Net WebSocket...") + console.log("Connecting to Testnet WebSocket...") api.connect() ////////////////////////////////////////////////////////////////////////////// diff --git a/dactyl-config.yml b/dactyl-config.yml index 9fa6ddeb6d..cc1d2022a0 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -3037,11 +3037,19 @@ pages: - name: XRP Test Net Faucet funnel: Dev Tools - html: xrp-test-net-faucet.html + html: xrp-testnet-faucet.html targets: - local template: template-test-net.html + - name: XRP Test Net Faucet # Redirect from old URL + funnel: Dev Tools + html: xrp-test-net-faucet.html + template: template-redirect.html + redirect_url: xrp-testnet-faucet.html + targets: + - local + - name: Transaction Sender funnel: Dev Tools html: tx-sender.html diff --git a/tool/template-test-net.html b/tool/template-test-net.html index cf581d069c..5e781ae5c5 100644 --- a/tool/template-test-net.html +++ b/tool/template-test-net.html @@ -5,13 +5,13 @@ {% block right_sidebar %}
-

Test Net Servers

+

Testnet Servers

-

Use the following URLs to connect to the XRP Test Net and send transactions, or connect your own rippled server to the Test Net.

-
Websockets and Ripple API
+

Use the following URLs to connect to the XRP Testnet and send transactions, or connect your own rippled server to the Testnet.

+
Websockets and Ripple API
wss://s.altnet.rippletest.net:51233
-
JSON-RPC
+
JSON-RPC
https://s.altnet.rippletest.net:51234
@@ -19,11 +19,11 @@ {% block main %}
-

XRP Test Net Faucet

+

XRP Testnet Faucet

-

Ripple has created this alternative XRP Ledger test network with nodes in every region of the world to provide a testing platform for any software products built on the XRP Ledger without using real funds.

-

Test Net funds are intended for testing only. The Test Net ledger and balances will be reset on a regular basis.

+

Ripple runs this parallel XRP Ledger test network, or Testnet, to provide a testing platform for any software products built on the XRP Ledger without using real funds.

+

Testnet funds are intended for testing only. The Testnet ledger and balances will be reset approximately every 90 days, or when otherwise necessary.

diff --git a/tool/template-websocket-api-tool.html b/tool/template-websocket-api-tool.html index eef76847d1..09bcb9b837 100644 --- a/tool/template-websocket-api-tool.html +++ b/tool/template-websocket-api-tool.html @@ -90,9 +90,9 @@