Improve linking within site

This commit is contained in:
Amarantha Kulkarni
2024-06-14 09:35:40 -07:00
parent b80cb5a84e
commit c15a8f1814
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
# NFT Examples
Various NFT-related actions. Also see the [Quickstart Samples](../quickstart/) for more code related to NFT tutorials.
Various NFT-related actions. Also see the [Quickstart Samples](../quickstart/README.md) for more code related to NFT tutorials.

View File

@@ -11,7 +11,7 @@ theme:
---
# AMM Status Update
As [previously expected](./get-ready-for-amm.md), the AMM Amendment to the XRP Ledger went live on 2024-03-22. However, soon after, a community member identified a discrepancy in a few AMM pools which indicated transactions were not executing as intended. A team including RippleX, Orchestra Finance, tequ, and other members of the XRP Ledger community moved quickly to identify the source of the problem, which involves how the DEX payment engine routes liquidity through AMM pools and order books in some complex payment path scenarios.
As previously expected, the [AMM Amendment to the XRP Ledger](./get-ready-for-amm.md) went live on 2024-03-22. However, soon after, a community member identified a discrepancy in a few AMM pools which indicated transactions were not executing as intended. A team including RippleX, Orchestra Finance, tequ, and other members of the XRP Ledger community moved quickly to identify the source of the problem, which involves how the DEX payment engine routes liquidity through AMM pools and order books in some complex payment path scenarios.
A fix has been developed and [is being reviewed, tested, and prepared for release](https://github.com/XRPLF/rippled/pull/4968) as soon as possible. The fix requires an amendment to the XRP Ledger protocol, which must be voted in by network validators and maintain over 80% support for the normal 2-week period before activation. Until the fix is enabled on the network, it's best for users to redeem LP tokens and not deposit new funds into AMM pools.

View File

@@ -44,7 +44,7 @@ python3 lesson1-send-xrp.py
## Transferring XRP: A Hands-on Experience
With your accounts at the ready, it's time to send XRP back and forth. Experience the thrill of moving digital currency with just a few clicks:
With your accounts at the ready, it's time to [send XRP payments using Python](./../../docs/tutorials/python/send-payments/index.md) back and forth. Experience the thrill of moving digital currency with just a few clicks:
- **From Standby to Operational**: Enter the XRP amount, paste the operational account's address into the destination field, and watch the magic happen.
- **Back to Standby**: Reverse the roles and transfer XRP from the operational account back to the standby account, completing the circle.

View File

@@ -10,7 +10,7 @@ theme:
---
# Testnet and Devnet Resets Upcoming
This week, the faucets on both Testnet and Devnet faucets had their supply of test XRP depleted. Team RippleX, which operates the test networks, has been periodically moving funds back to the Testnet faucet to keep it running temporarily. Additionally, both faucets have had their default funding amount reduced to 100 XRP and the maximum amount from one request reduced. Both networks will be completely reset on Saturday, 2024-04-20. Until then, you may encounter times when the faucets are empty and cannot provide test XRP.
This week, the faucets on both [Testnet and Devnet faucets](https://xrpl.org/resources/dev-tools/xrp-faucets/) had their supply of test XRP depleted. Team RippleX, which operates the test networks, has been periodically moving funds back to the Testnet faucet to keep it running temporarily. Additionally, both faucets have had their default funding amount reduced to 100 XRP and the maximum amount from one request reduced. Both networks will be completely reset on Saturday, 2024-04-20. Until then, you may encounter times when the faucets are empty and cannot provide test XRP.
{% admonition type="success" name="Update" %}
The resets have completed successfully. Testnet and Devnet networks and faucets are online and fully operational.

View File

@@ -443,7 +443,7 @@ You can now use your wallet to send XRP! You can even fund an entirely new accou
**Full code for this step:** {% repo-link path="_code-samples/build-a-desktop-wallet/py/6_verification_and_polish.py" %}`6_verification_and_polish.py`{% /repo-link %}
One of the biggest shortcomings of the wallet app from the previous step is that it doesn't provide a lot of protections or feedback for users to save them from human error and scams. These sorts of protections are extra important when dealing with the cryptocurrency space, because decentralized systems like the XRP Ledger don't have an admin or support team you can ask to cancel or refund a payment if you made a mistake such as sending it to the wrong address. This step shows how to add some checks on destination addresses to warn the user before sending.
One of the biggest shortcomings of the wallet app from the previous step is that it doesn't provide a lot of protections or feedback for users to save them from human error and [DeFi scams](https://learn.xrpl.org/safeguarding-your-crypto-wallet-your-essential-checklist-against-defi-scams/). These sorts of protections are extra important when dealing with the cryptocurrency space, because decentralized systems like the XRP Ledger don't have an admin or support team you can ask to cancel or refund a payment if you made a mistake such as sending it to the wrong address. This step shows how to add some checks on destination addresses to warn the user before sending.
One type of check you can make is to verify the domain name associated with an XRP Ledger address; this is called [account domain verification](../../../references/xrp-ledger-toml.md#account-verification). When an account's domain is verified, you could show it like this: