Remove or update links to deprecated pages

This commit is contained in:
Amarantha Kulkarni
2023-12-18 10:44:26 -08:00
parent ca0c678ea5
commit dd80d98502
10 changed files with 13 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ The secret key shown here is for example only. For development purposes, you can
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html).
### 2. Connect to a Testnet Server ### 2. Connect to a Testnet Server
@@ -392,7 +392,7 @@ print_r("Seed: " . $wallet->getSeed()); // Example: sp6JS7f14BuwFY8Mw6bTtLKWauoU
**Warning:** You should only use an address and secret that you generated securely, on your local machine. If another computer generated the address and secret and sent it to you over a network, it's possible that someone else on the network may see that information. If they do, they'll have as much control over your XRP as you do. It's also recommended not to use the same address for the Testnet and Mainnet, because transactions that you created for use on one network could also be valid to execute on the other network, depending on the parameters you provided. **Warning:** You should only use an address and secret that you generated securely, on your local machine. If another computer generated the address and secret and sent it to you over a network, it's possible that someone else on the network may see that information. If they do, they'll have as much control over your XRP as you do. It's also recommended not to use the same address for the Testnet and Mainnet, because transactions that you created for use on one network could also be valid to execute on the other network, depending on the parameters you provided.
Generating an address and secret doesn't get you XRP directly; you're only choosing a random number. You must also receive XRP at that address to [fund the account](accounts.html#creating-accounts). A common way to acquire XRP is to buy it from an [exchange](exchanges.html), then withdraw it to your own address. Generating an address and secret doesn't get you XRP directly; you're only choosing a random number. You must also receive XRP at that address to [fund the account](accounts.html#creating-accounts). A common way to acquire XRP is to buy it from an exchange, then withdraw it to your own address.
### Connecting to the Production XRP Ledger ### Connecting to the Production XRP Ledger

View File

@@ -43,7 +43,7 @@ To transact on the XRP Ledger, you need an address and secret key, and some XRP.
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html).
### {{n.next()}}. Connect to the Network ### {{n.next()}}. Connect to the Network

View File

@@ -40,7 +40,7 @@ To transact on the XRP Ledger, you need an address and secret key, and some XRP.
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html).
### {{n.next()}}. Connect to Network ### {{n.next()}}. Connect to Network

View File

@@ -62,7 +62,7 @@ To transact on the XRP Ledger, you need an address, a secret key, and some XRP.
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](set-up-secure-signing.html). The following code shows how to get a `Wallet` instance using either the faucet or a seed provided by environment variable: When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](set-up-secure-signing.html). The following code shows how to get a `Wallet` instance using either the faucet or a seed provided by environment variable:
<!-- MULTICODE_BLOCK_START --> <!-- MULTICODE_BLOCK_START -->

View File

@@ -42,7 +42,7 @@ For this tutorial, you can get credentials from the following interface:
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html).
### {{n.next()}}. Connect to the Network ### {{n.next()}}. Connect to the Network

View File

@@ -45,7 +45,7 @@ For this tutorial, you can get credentials from the following interface:
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html).
### {{n.next()}}. Connect to the Network ### {{n.next()}}. Connect to the Network

View File

@@ -59,7 +59,7 @@ In this tutorial, the hot address receives the tokens you issue from the cold ad
**Caution:** Ripple provides the [Testnet and Devnet](parallel-networks.html) for testing purposes only, and sometimes resets the state of these test networks along with all balances. As a precaution, **do not** use the same addresses on Testnet/Devnet and Mainnet. **Caution:** Ripple provides the [Testnet and Devnet](parallel-networks.html) for testing purposes only, and sometimes resets the state of these test networks along with all balances. As a precaution, **do not** use the same addresses on Testnet/Devnet and Mainnet.
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html).
### {{n.next()}}. Connect to the Network ### {{n.next()}}. Connect to the Network

View File

@@ -69,7 +69,7 @@ To transact on the XRP Ledger, you need an address, a secret key, and some XRP.
{% include '_snippets/interactive-tutorials/generate-step.md' %} {% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). The following code shows how to create a `Wallet` instance to use your keys: When you're building production-ready software, you should use an existing account, and manage your keys using a [secure signing configuration](secure-signing.html). The following code shows how to create a `Wallet` instance to use your keys:
<!-- MULTICODE_BLOCK_START --> <!-- MULTICODE_BLOCK_START -->

View File

@@ -5328,7 +5328,7 @@ pages:
- name: Wallets - name: Wallets
html: wallets.html html: wallets.html
template: pagetype-redirect.html.jinja template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html redirect_url: crypto-wallets.html.
nav_omit: true nav_omit: true
targets: targets:
- en - en
@@ -5336,7 +5336,7 @@ pages:
- name: ウォレット - name: ウォレット
html: wallets.html html: wallets.html
template: pagetype-redirect.html.jinja template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html redirect_url: crypto-wallets.html
nav_omit: true nav_omit: true
targets: targets:
- ja - ja

View File

@@ -4006,9 +4006,9 @@ msgstr "目次"
#~ msgid "" #~ msgid ""
#~ "XRP is traded on more than 140 " #~ "XRP is traded on more than 140 "
#~ "markets and <a href=\"exchanges.html\">exchanges</a>" #~ "markets and exchanges"
#~ " worldwide." #~ " worldwide."
#~ msgstr "XRPは世界中の140以上の市場と<a href=\"exchanges.html\">取引所</a>で取引されています。" #~ msgstr "XRPは世界中の140以上の市場とで取引されています。"
#~ msgid "Find Out More" #~ msgid "Find Out More"
#~ msgstr "詳細を見る" #~ msgstr "詳細を見る"