diff --git a/_code-samples/partial-payment/py/partial-payment.py b/_code-samples/partial-payment/py/partial-payment.py index 907f92879c..0d1a7c9bce 100644 --- a/_code-samples/partial-payment/py/partial-payment.py +++ b/_code-samples/partial-payment/py/partial-payment.py @@ -8,7 +8,7 @@ from xrpl.wallet import generate_faucet_wallet # References # - https://xrpl.org/partial-payments.html#partial-payments -# - https://xrpl.org/payment.html#payment-flags +# - https://xrpl.org/docs/references/protocol/transactions/types/payment#payment-flags # - https://xrpl.org/trustset.html#trustset # - https://xrpl.org/account_lines.html#account_lines diff --git a/blog/2019/discover-xrp-ledger-explorer.md b/blog/2019/discover-xrp-ledger-explorer.md index 94a9bbe54c..acddeaea06 100644 --- a/blog/2019/discover-xrp-ledger-explorer.md +++ b/blog/2019/discover-xrp-ledger-explorer.md @@ -25,7 +25,7 @@ The new explorer serves as a tool to help people look up: historical transaction Check out the new Explorer today: -- [Production XRP Ledger Explorer](http://livenet.xrpl.org/) +- [Production XRP Ledger Explorer](https://livenet.xrpl.org/) - [Test Net XRP Ledger Explorer](https://testnet.xrpl.org/) Other similar tools that allow people to look up XRP Ledger historical information include: diff --git a/blog/2021/introducing-xrpl-js.md b/blog/2021/introducing-xrpl-js.md index b3c51b5e42..f2885031d2 100644 --- a/blog/2021/introducing-xrpl-js.md +++ b/blog/2021/introducing-xrpl-js.md @@ -26,7 +26,7 @@ xrpl.js will continue to support all ripple-lib features, such as: - Serializing, signing, and submitting transactions to the XRPL - Retrieving information from the XRPL -- Helpful utility functions (such as converting between [drops](https://xrpl.org/xrp.html#xrp-properties) and XRP) +- Helpful utility functions (such as converting between [drops](https://xrpl.org/docs/introduction/what-is-xrp) and XRP) - Support for Node.js, web browsers, and React It also introduces a number of new features, including: diff --git a/community/events.page.tsx b/community/events.page.tsx index 48f7eac41b..b602bdaeff 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1052,6 +1052,17 @@ const events = [ image: require('../static/img/events/commons-building.png'), end_date: "January 28, 2025", }, + { + name: "XRPL Commons Soirée", + description: + "XRPL Commons Soiree hosted by XRPL Commons, Deloitte and Pyratz Labs, focusing on: Exploring the Agentic Web: Blockchain, AI & Digital Identity", + type: "meetup", + link: "https://xrpl.at/XRPL-Commons-soiree-20250212", + location: "Paris, France", + date: "February 12, 2025", + image: require("../static/img/events/commons-soiree.png"), + end_date: "February 12, 2025", + }, ]; diff --git a/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md b/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md index 214a17f48f..93346078da 100644 --- a/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md +++ b/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md @@ -69,6 +69,17 @@ The diagram below illustrates how an offer interacts with other offers and AMM l + ### Restrictions on Assets diff --git a/docs/img/decentralized-exchange-example-trade.svg b/docs/img/decentralized-exchange-example-trade.svg index 97fc188250..7521a84d3f 100644 --- a/docs/img/decentralized-exchange-example-trade.svg +++ b/docs/img/decentralized-exchange-example-trade.svg @@ -1,8 +1,10 @@ - + decentralized exchange example + Diagram: Partially filled offer to buy a token for XRP. + [API v2][]: Number | The [Ledger Index][] of this ledger, as a quoted integer. | +| `ledger.ledger_index` | [API v1][]: String
[API v2][]: Number | The [Ledger Index][] of this ledger. | | `ledger.parent_close_time` | Number | The time at which the previous ledger was closed. | | `ledger.parent_hash` | String | The unique identifying hash of the ledger that came immediately before this one, as hexadecimal. | | `ledger.total_coins` | String | Total number of XRP drops in the network, as a quoted integer. (This decreases as transaction costs destroy XRP.) | diff --git a/index.page.tsx b/index.page.tsx index 1ea06c149b..c4a2c19d3d 100644 --- a/index.page.tsx +++ b/index.page.tsx @@ -112,7 +112,7 @@ export default function Index() {
- (stylized X graphic surrounded by a diverse mix of people) + (stylized X graphic surrounded by a diverse mix of people)
diff --git a/static/img/events/commons-soiree.png b/static/img/events/commons-soiree.png new file mode 100644 index 0000000000..b2726a0c92 Binary files /dev/null and b/static/img/events/commons-soiree.png differ