Skip to content

Commit b25a9b1

Browse files
committed
Fix links
1 parent 17b3fb8 commit b25a9b1

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

algorithm/bip32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
2828

2929
## 既存の実装
3030
### Go
31-
https://github.com/tyler-smith/go-bip32
31+
https://github.com/FactomProject/go-bip32
3232
- 秘密鍵と公開鍵が同じ型
3333
- Go の標準ライブラリーでは PrivateKey, PublicKey というように分けている
3434
- [https://soatok.blog/2021/01/20/please-stop-encrypting-with-rsa-directly/](https://soatok.blog/2021/01/20/please-stop-encrypting-with-rsa-directly/)

check_links_config.toml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,43 @@ This page sometimes returns 403.
5151
considered_alternatives = [
5252
"",
5353
]
54+
55+
[[ignores]]
56+
url = "https://mathoverflow.net/questions/71704/computing-the-q-series-of-the-j-invariant"
57+
codes = [403]
58+
reason = """
59+
This page sometimes returns 403.
60+
"""
61+
considered_alternatives = [
62+
"",
63+
]
64+
65+
[[ignores]]
66+
url = "https://math.stackexchange.com/questions/3951434/generators-of-level-2-modular-forms"
67+
codes = [403]
68+
reason = """
69+
This page sometimes returns 403.
70+
"""
71+
considered_alternatives = [
72+
"",
73+
]
74+
75+
[[ignores]]
76+
url = "https://mathoverflow.net/questions/71704/computing-the-q-series-of-the-j-invariant"
77+
codes = [403]
78+
reason = """
79+
This page sometimes returns 403.
80+
"""
81+
considered_alternatives = [
82+
"",
83+
]
84+
85+
[[ignores]]
86+
url = "https://math.stackexchange.com/questions/2000978/proof-of-the-disjunction-property"
87+
codes = [403]
88+
reason = """
89+
This page sometimes returns 403.
90+
"""
91+
considered_alternatives = [
92+
"",
93+
]

0 commit comments

Comments
 (0)