Skip to content

Commit 0129156

Browse files
authored
Merge pull request #2992 from XRPLF/seo-updates
Seo updates
2 parents 9839637 + f6c2b66 commit 0129156

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
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/2019/discover-xrp-ledger-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The new explorer serves as a tool to help people look up: historical transaction
2525

2626
Check out the new Explorer today:
2727

28-
- [Production XRP Ledger Explorer](http://livenet.xrpl.org/)
28+
- [Production XRP Ledger Explorer](https://livenet.xrpl.org/)
2929
- [Test Net XRP Ledger Explorer](https://testnet.xrpl.org/)
3030

3131
Other similar tools that allow people to look up XRP Ledger historical information include:

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)