Skip to content

Commit 36e259b

Browse files
committed
test: fix protocol-relative URLs in newsletters
Change `//github.com/` to `https://github.com/` to ensure links work correctly and pass html-proofer validation.
1 parent e586203 commit 36e259b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_posts/en/newsletters/2018-11-06-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ repo].*
154154
[bech32 patch]: https://github.com/sipa/bech32/commit/2b0aac650ce560fb2b2a2bebeacaa5c87d7e5938
155155
[Bitcoin Core 0.17.0.1]: https://bitcoincore.org/en/releases/0.17.0.1/
156156
[bech32 overflow blog]: https://blog.trezor.io/details-about-the-security-updates-in-trezor-one-firmware-1-7-1-5c34278425d8
157-
[bech32 refs]: //github.com/sipa/bech32/tree/master/ref/
157+
[bech32 refs]: https://github.com/sipa/bech32/tree/master/ref/
158158
[trezor-crypto]: https://github.com/trezor/trezor-crypto/
159159
[cashaddr patch]: https://github.com/trezor/trezor-crypto/commit/2bbbc3e15573294c6dd0273d2a8542ba42507eb0
160160
[ln bolt11 ss]: https://gnusha.org/url/https://lists.linuxfoundation.org/pipermail/lightning-dev/2018-November/001489.html

_posts/en/newsletters/2020-04-08-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ hidden service if enabled at [the command line][watchtower tor].
257257
[uSEkaCIO email]: https://gnusha.org/url/https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-November/002316.html
258258
[jonasnick otves]: https://github.com/jonasnick/secp256k1/pull/14/
259259
[nkohen otves]: https://github.com/bitcoin-s/bitcoin-s/pull/1302
260-
[lnd psbt]: //github.com/lightningnetwork/lnd/blob/master/docs/psbt.md
260+
[lnd psbt]: https://github.com/lightningnetwork/lnd/blob/master/docs/psbt.md
261261
[review club 18238]: https://bitcoincore.reviews/18238.html
262262
[wtxid transaction relay]: https://bitcoincore.reviews/18044
263263
[watchtower tor]: https://github.com/lightningnetwork/lnd/blob/master/docs/watchtower.md#tor-hidden-services

_posts/zh/newsletters/2018-11-06-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lang: zh
7575
[bech32 patch]: https://github.com/sipa/bech32/commit/2b0aac650ce560fb2b2a2bebeacaa5c87d7e5938
7676
[Bitcoin Core 0.17.0.1]: https://bitcoincore.org/en/releases/0.17.0.1/
7777
[bech32 overflow blog]: https://blog.trezor.io/details-about-the-security-updates-in-trezor-one-firmware-1-7-1-5c34278425d8
78-
[bech32 refs]: //github.com/sipa/bech32/tree/master/ref/
78+
[bech32 refs]: https://github.com/sipa/bech32/tree/master/ref/
7979
[trezor-crypto]: https://github.com/trezor/trezor-crypto/
8080
[cashaddr patch]: https://github.com/trezor/trezor-crypto/commit/2bbbc3e15573294c6dd0273d2a8542ba42507eb0
8181
[ln bolt11 ss]: https://gnusha.org/url/https://lists.linuxfoundation.org/pipermail/lightning-dev/2018-November/001489.html

_posts/zh/newsletters/2020-04-08-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ _在本节中,我们总结了一次最近的 Bitcoin Core PR 审查俱乐部
121121
[uSEkaCIO email]: https://gnusha.org/url/https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-November/002316.html
122122
[jonasnick otves]: https://github.com/jonasnick/secp256k1/pull/14/
123123
[nkohen otves]: https://github.com/bitcoin-s/bitcoin-s/pull/1302
124-
[lnd psbt]: //github.com/lightningnetwork/lnd/blob/master/docs/psbt.md
124+
[lnd psbt]: https://github.com/lightningnetwork/lnd/blob/master/docs/psbt.md
125125
[review club 18238]: https://bitcoincore.reviews/18238.html
126126
[wtxid transaction relay]: https://bitcoincore.reviews/18044
127127
[watchtower tor]: https://github.com/lightningnetwork/lnd/blob/master/docs/watchtower.md#tor-hidden-services

0 commit comments

Comments
 (0)