mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
API versioning: fix broken links
This commit is contained in:
@@ -126,3 +126,8 @@ The following types of changes are **non-breaking changes** and may occur withou
|
||||
|
||||
- Adding a new field to a request or response, not including positional parameters.
|
||||
- Adding a new API method.
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
{% include '_snippets/rippled_versions.md' %}
|
||||
|
||||
@@ -102,3 +102,8 @@ For a full list of API methods, see:
|
||||
- **References:**
|
||||
- [rippled API Reference](rippled-api.html)
|
||||
- [Ripple Data API v2](data-api.html)
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
{% include '_snippets/rippled_versions.md' %}
|
||||
|
||||
@@ -237,7 +237,7 @@ targets:
|
||||
"error-formatting.html#universal-errors": "error-formatting.html#汎用エラー"
|
||||
# Fix 2 links from untranslated demurrage.html:
|
||||
"currency-formats.html#issued-currency-precision": "currency-formats.html#発行済み通貨の計算"
|
||||
# Fix 10 links from untranslated known-amendments.html:
|
||||
# Fix links from untranslated known-amendments.html:
|
||||
"accounts.html#permanence-of-accounts": "accounts.html#アカウントの永続性"
|
||||
"paths.html#path-specifications": "paths.html#パスの仕様"
|
||||
"rippling.html#the-noripple-flag": "rippling.html#norippleフラグ"
|
||||
@@ -248,6 +248,8 @@ targets:
|
||||
"accountroot.html#accountroot-flags": "accountroot.html#accountrootのフラグ" # also used in untranslated require-destination-tags.html, become-an-xrp-ledger-gateway.html
|
||||
"accountset.html#accountset-flags": "accountset.html#accountsetのフラグ"
|
||||
"basic-data-types.html#ledger-index": "basic-data-types.html#レジャーインデックス"
|
||||
"transaction-common-fields.html#global-flags": "transaction-common-fields.html#グローバルフラグ"
|
||||
"transaction-malleability.html#malleability-with-multi-signatures": "transaction-malleability.html#マルチ署名の展性"
|
||||
# Fix 2 links from untranslated data type snippets
|
||||
"basic-data-types.html#hashes": "basic-data-types.html#ハッシュ"
|
||||
"basic-data-types.html#addresses": "basic-data-types.html#アドレス"
|
||||
@@ -6059,6 +6061,10 @@ known_broken_links:
|
||||
- http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2006:345:0001:0009:EN:PDF
|
||||
# Dev blog link assumes relationship with xrpl.org
|
||||
- /blog/
|
||||
# For some reason the Web Archive links are breaking in the link checker
|
||||
# even though they still work in browser:
|
||||
- https://web.archive.org/web/20161007113240/https://wiki.ripple.com/Ripple.txt
|
||||
- http://web.archive.org/web/20171211225452/https://forum.ripple.com/viewtopic.php?f=2&t=3613
|
||||
|
||||
# Style Checker Config ------------------------------------------------------ #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user