Skip to content

Commit c0cee84

Browse files
authored
Merge pull request #2812 from XRPLF/issue-2811
Update links and add redirects
2 parents 748297e + 06250ca commit c0cee84

File tree

6 files changed

+42
-9
lines changed

6 files changed

+42
-9
lines changed

@i18n/ja/docs/references/http-websocket-apis/api-conventions/ctid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ CTIDは以下の要素を含みます(ビッグエンディアン順)。
3030

3131
## 関連項目
3232

33-
サンプルコードや背景などの詳細については、[XLS-37d Standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037d-concise-transaction-identifier-ctid)をご覧ください。
33+
サンプルコードや背景などの詳細については、[XLS-0037 Standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037-concise-transaction-identifier-ctid)をご覧ください。

@i18n/ja/resources/known-amendments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ XRP Ledgerプロトコルの署名要件を変更し、いかなる場合にも
13871387
| デフォルトの投票(最新の安定版) | いいえ |
13881388
| Amendment前の機能は廃止? | いいえ |
13891389

1390-
メインネットとサイドチェーンなど異なるネットワーク間でアセットを同期させるための「クロスチェーンブリッジ」を追加します。標準規格草案: [XLS-38d Cross-Chain Bridge](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-38d-XChainBridge/README.md)
1390+
メインネットとサイドチェーンなど異なるネットワーク間でアセットを同期させるための「クロスチェーンブリッジ」を追加します。標準規格草案: [XLS-0038 Cross-Chain Bridge](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0038-cross-chain-bridge/README.md)
13911391

13921392

13931393
### XRPFees

blog/2024/rippled-2.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Date: Mon Jun 3 21:48:05 2024 -0400
5050
### Amendments and New Features
5151
(These are changes which may impact or be useful to end users. For example, you may be able to update your code/workflow to take advantage of these changes.)
5252

53-
- **featurePriceOracle** amendment: Implements a price oracle as defined in the [XLS-47](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-47d-PriceOracles/README.md) spec. A Price Oracle is used to bring real-world data, such as market prices, onto the blockchain, enabling dApps to access and utilize information that resides outside the blockchain. [#4789](https://github.com/XRPLF/rippled/pull/4789)
53+
- **featurePriceOracle** amendment: Implements a price oracle as defined in the [XLS-0047](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0047-PriceOracles/README.md) spec. A Price Oracle is used to bring real-world data, such as market prices, onto the blockchain, enabling dApps to access and utilize information that resides outside the blockchain. [#4789](https://github.com/XRPLF/rippled/pull/4789)
5454

5555
- **fixEmptyDID** amendment: Modifies the behavior of the DID amendment: adds an additional check to ensure that DIDs are non-empty when created, and returns a `tecEMPTY_DID` error if the DID would be empty. [#4950](https://github.com/XRPLF/rippled/pull/4950)
5656

docs/references/http-websocket-apis/api-conventions/ctid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ A CTID contains the following parts, in order (big-endian):
3030

3131
## See Also
3232

33-
For more information including sample code and background, see the [XLS-37d Standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037d-concise-transaction-identifier-ctid).
33+
For more information including sample code and background, see the [XLS-0037 Standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037-concise-transaction-identifier-ctid).

redirects.yaml

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,13 +476,13 @@ issued-currencies-overview.html:
476476
to: /docs/concepts/tokens/
477477
type: 301
478478
federated-sidechains.html:
479-
to: https://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
479+
to: /docs/concepts/xrpl-sidechains/cross-chain-bridges
480480
type: 301
481481
xrpl-interoperability.html:
482-
to: https://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
482+
to: /docs/concepts/xrpl-sidechains/cross-chain-bridges
483483
type: 301
484484
intro-to-evm-sidechain.html:
485-
to: https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
485+
to: https://docs.xrplevm.org/docs/evm-sidechain/intro-to-evm-sidechain/
486486
type: 301
487487
the-rippled-server.html:
488488
to: /docs/concepts/networks-and-servers/
@@ -2248,6 +2248,39 @@ blog/2014/curves-with-a-twist.html:
22482248
blog/2014/introducing-ripple-names.html:
22492249
to: /blog/2014/introducing-ripple-names
22502250
type: 301
2251+
blog/2014.html:
2252+
to: /blog/
2253+
type: 301
2254+
blog/2015.html:
2255+
to: /blog/
2256+
type: 301
2257+
blog/2016.html:
2258+
to: /blog/
2259+
type: 301
2260+
blog/2017.html:
2261+
to: /blog/
2262+
type: 301
2263+
blog/2018.html:
2264+
to: /blog/
2265+
type: 301
2266+
blog/2019.html:
2267+
to: /blog/
2268+
type: 301
2269+
blog/2020.html:
2270+
to: /blog/
2271+
type: 301
2272+
blog/2021.html:
2273+
to: /blog/
2274+
type: 301
2275+
blog/2022.html:
2276+
to: /blog/
2277+
type: 301
2278+
blog/2023.html:
2279+
to: /blog/
2280+
type: 301
2281+
blog/2024.html:
2282+
to: /blog/
2283+
type: 301
22512284
code_of_conduct/:
22522285
to: /code-of-conduct
22532286
type: 301

resources/known-amendments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ For more information, see the [Payment Channels Tutorial](../docs/tutorials/how-
13121312
| Default Vote (Latest stable release) | No |
13131313
| Pre-amendment functionality retired? | No |
13141314

1315-
This amendment adds a "Price Oracle" feature to the XRP Ledger, as defined in the [XLS-47 specification](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-47d-PriceOracles/README.md). A blockchain oracle is a system where a service provides to the blockchain about the outside world, which can then be used by decentralized applications (dApps) that run primarily on or using the blockchain. This price oracle is intended to store pricing information about asset pairs that exist outside of the XRP Ledger so that smart contracts that rely on the XRP Ledger can use this information.
1315+
This amendment adds a "Price Oracle" feature to the XRP Ledger, as defined in the [XLS-47 specification](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0047-PriceOracles/README.md). A blockchain oracle is a system where a service provides to the blockchain about the outside world, which can then be used by decentralized applications (dApps) that run primarily on or using the blockchain. This price oracle is intended to store pricing information about asset pairs that exist outside of the XRP Ledger so that smart contracts that rely on the XRP Ledger can use this information.
13161316

13171317
This amendment creates a new ledger entry type, `PriceOracle`, and new transactions, `OracleSet` (creates or modifies oracle data) and `OracleDelete` (deletes a given oracle).
13181318

@@ -1448,7 +1448,7 @@ With this amendment enabled, a `TrustSet` transaction with [`tfSetfAuth` enabled
14481448
| Pre-amendment functionality retired? | No |
14491449

14501450
Adds cross-chain bridges, enabling the transfer of digital assets between networks (for example, between Mainnet and a sidechain).
1451-
Standards draft: [XLS-38d Cross-Chain Bridge](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-38d-XChainBridge/README.md).
1451+
Standards draft: [XLS-0038 Cross-Chain Bridge](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0038-cross-chain-bridge/README.md).
14521452

14531453
Adds new transactions:
14541454

0 commit comments

Comments
 (0)