Skip to content

Commit d67f9d0

Browse files
committed
Merge #15577: Docs: Enable TLS in link to chris.beams.io
228e806 Enable TLS in link to chris.beams.io (JeremyRand) Pull request description: This PR enables TLS in a documentation link to chris.beams.io, which improves security. This change was originally part of bitcoin/bitcoin#13778 , which was closed for reasons unrelated to this change. Tree-SHA512: 01f02031b39ebdaa7fc1859befde7e3bfff105892a8b9e1737ff94741599c6c5936eff53871e5e3560931512c9b7a4ea34f48d8555b583d232c90c2ca6d4d776
2 parents b83c6f7 + 228e806 commit d67f9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Commit messages should be verbose by default consisting of a short subject line
6262
paragraph(s), unless the title alone is self-explanatory (like "Corrected typo
6363
in init.cpp") in which case a single title line is sufficient. Commit messages should be
6464
helpful to people reading your code in the future, so explain the reasoning for
65-
your decisions. Further explanation [here](http://chris.beams.io/posts/git-commit/).
65+
your decisions. Further explanation [here](https://chris.beams.io/posts/git-commit/).
6666

6767
If a particular commit references another issue, please add the reference. For
6868
example: `refs #1234` or `fixes #4321`. Using the `fixes` or `closes` keywords

0 commit comments

Comments
 (0)