API versioning: fix broken links

This commit is contained in:
mDuo13
2020-03-31 14:58:38 -07:00
parent 195a901e9a
commit d4fa80f73e
3 changed files with 17 additions and 1 deletions

View File

@@ -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 field to a request or response, not including positional parameters.
- Adding a new API method. - 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' %}

View File

@@ -102,3 +102,8 @@ For a full list of API methods, see:
- **References:** - **References:**
- [rippled API Reference](rippled-api.html) - [rippled API Reference](rippled-api.html)
- [Ripple Data API v2](data-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' %}

View File

@@ -237,7 +237,7 @@ targets:
"error-formatting.html#universal-errors": "error-formatting.html#汎用エラー" "error-formatting.html#universal-errors": "error-formatting.html#汎用エラー"
# Fix 2 links from untranslated demurrage.html: # Fix 2 links from untranslated demurrage.html:
"currency-formats.html#issued-currency-precision": "currency-formats.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#アカウントの永続性" "accounts.html#permanence-of-accounts": "accounts.html#アカウントの永続性"
"paths.html#path-specifications": "paths.html#パスの仕様" "paths.html#path-specifications": "paths.html#パスの仕様"
"rippling.html#the-noripple-flag": "rippling.html#norippleフラグ" "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 "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のフラグ" "accountset.html#accountset-flags": "accountset.html#accountsetのフラグ"
"basic-data-types.html#ledger-index": "basic-data-types.html#レジャーインデックス" "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 # Fix 2 links from untranslated data type snippets
"basic-data-types.html#hashes": "basic-data-types.html#ハッシュ" "basic-data-types.html#hashes": "basic-data-types.html#ハッシュ"
"basic-data-types.html#addresses": "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 - 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 # Dev blog link assumes relationship with xrpl.org
- /blog/ - /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 ------------------------------------------------------ # # Style Checker Config ------------------------------------------------------ #