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

@@ -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 ------------------------------------------------------ #