Skip to content

Commit f6c2b66

Browse files
committed
Update documentation links and improve accessibility
1 parent 3ae33b8 commit f6c2b66

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

_code-samples/partial-payment/py/partial-payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# References
1010
# - https://xrpl.org/partial-payments.html#partial-payments
11-
# - https://xrpl.org/payment.html#payment-flags
11+
# - https://xrpl.org/docs/references/protocol/transactions/types/payment#payment-flags
1212
# - https://xrpl.org/trustset.html#trustset
1313
# - https://xrpl.org/account_lines.html#account_lines
1414

blog/2021/introducing-xrpl-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ xrpl.js will continue to support all ripple-lib features, such as:
2626

2727
- Serializing, signing, and submitting transactions to the XRPL
2828
- Retrieving information from the XRPL
29-
- Helpful utility functions (such as converting between [drops](https://xrpl.org/xrp.html#xrp-properties) and XRP)
29+
- Helpful utility functions (such as converting between [drops](https://xrpl.org/docs/introduction/what-is-xrp) and XRP)
3030
- Support for Node.js, web browsers, and React
3131

3232
It also introduces a number of new features, including:

docs/concepts/tokens/decentralized-exchange/automated-market-makers.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ The diagram below illustrates how an offer interacts with other offers and AMM l
6969
<iframe width="560" height="315" src="https://www.youtube.com/embed/tJ1mQxYpt-A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
7070
</div>
7171

72+
<script type="application/ld+json">
73+
{
74+
"@context": "https://schema.org",
75+
"@type": "VideoObject",
76+
"name": "AMM CLOB Demo",
77+
"description": "AMM CLOB Demo on XRPL",
78+
"thumbnailUrl": "https://i.ytimg.com/vi/tJ1mQxYpt-A/hqdefault.jpg",
79+
"uploadDate": "2024-12-13",
80+
"embedUrl": "https://youtu.be/tJ1mQxYpt-A?feature=shared"
81+
}
82+
</script>
7283

7384
### Restrictions on Assets
7485

docs/img/decentralized-exchange-example-trade.svg

Lines changed: 4 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)