diff options
author | fanquake <fanquake@gmail.com> | 2021-09-21 14:46:53 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-09-21 14:47:05 +0800 |
commit | 1260b7e483f11e2379c37a7d4b50435b3791d4ec (patch) | |
tree | 804b555729b604f4b190917b646dfd84acd6d224 /src/test | |
parent | e4ae0008d81e8143608aa8eefd674475aa2df95d (diff) | |
parent | 9bdda50151dd808cbad094d457bf0ed7939a7c87 (diff) |
Merge bitcoin/bitcoin#23001: doc: Enable TLS in links in documentation
9bdda50151dd808cbad094d457bf0ed7939a7c87 Enable TLS in links in documentation (Jeremy Rand)
Pull request description:
This PR enables TLS in several documentation links, which improves security.
ACKs for top commit:
fanquake:
ACK 9bdda50151dd808cbad094d457bf0ed7939a7c87
Tree-SHA512: 9d04d8771a9daf3c3b9914ff324e2eabfdf3ff5ae7f7dc92b84a1f3527010ceb860e73873a8f24d6051763eb472d9ea324ccbd6129a40318a520ca88c05f0586
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/data/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/data/README.md b/src/test/data/README.md index 2463daa42a..a05d9c668b 100644 --- a/src/test/data/README.md +++ b/src/test/data/README.md @@ -8,5 +8,5 @@ License The data files in this directory are distributed under the MIT software license, see the accompanying file COPYING or -http://www.opensource.org/licenses/mit-license.php. +https://www.opensource.org/licenses/mit-license.php. |