Skip to content

Commit 1260b7e

Browse files
committed
Merge bitcoin/bitcoin#23001: doc: Enable TLS in links in documentation
9bdda50 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 9bdda50 Tree-SHA512: 9d04d8771a9daf3c3b9914ff324e2eabfdf3ff5ae7f7dc92b84a1f3527010ceb860e73873a8f24d6051763eb472d9ea324ccbd6129a40318a520ca88c05f0586
2 parents e4ae000 + 9bdda50 commit 1260b7e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Most communication about Bitcoin Core development happens on IRC, in the
6060
`#bitcoin-core-dev` channel on Libera Chat. The easiest way to participate on IRC is
6161
with the web client, [web.libera.chat](https://web.libera.chat/#bitcoin-core-dev). Chat
6262
history logs can be found
63-
on [http://www.erisian.com.au/bitcoin-core-dev/](http://www.erisian.com.au/bitcoin-core-dev/)
64-
and [http://gnusha.org/bitcoin-core-dev/](http://gnusha.org/bitcoin-core-dev/).
63+
on [https://www.erisian.com.au/bitcoin-core-dev/](https://www.erisian.com.au/bitcoin-core-dev/)
64+
and [https://gnusha.org/bitcoin-core-dev/](https://gnusha.org/bitcoin-core-dev/).
6565

6666
Discussion about codebase improvements happens in GitHub issues and pull
6767
requests.

contrib/guix/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ This is especially notable because Ubuntu Focal packages `libgit2 v0.28.4`, and
358358
Should you be in this situation, you need to build both `libgit2 v1.1.x` and
359359
`guile-git` from source.
360360

361-
Source: http://logs.guix.gnu.org/guix/2020-11-12.log#232527
361+
Source: https://logs.guix.gnu.org/guix/2020-11-12.log#232527
362362

363363
##### `{scheme,guile}-bytestructures` v1.0.8 and v1.0.9 are broken for Guile v2.2
364364

contrib/guix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ start over.
467467
- `/root/.cache/guix/`
468468
- `/root/.guix-profile/`
469469

470-
[b17e]: http://bootstrappable.org/
470+
[b17e]: https://bootstrappable.org/
471471
[r12e/source-date-epoch]: https://reproducible-builds.org/docs/source-date-epoch/
472472

473473
[guix/install.sh]: https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ make cov
349349

350350
Profiling is a good way to get a precise idea of where time is being spent in
351351
code. One tool for doing profiling on Linux platforms is called
352-
[`perf`](http://www.brendangregg.com/perf.html), and has been integrated into
352+
[`perf`](https://www.brendangregg.com/perf.html), and has been integrated into
353353
the functional test framework. Perf can observe a running process and sample
354354
(at some frequency) where its execution is.
355355

src/test/data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ License
88

99
The data files in this directory are distributed under the MIT software
1010
license, see the accompanying file COPYING or
11-
http://www.opensource.org/licenses/mit-license.php.
11+
https://www.opensource.org/licenses/mit-license.php.
1212

test/functional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ perf report -i /path/to/datadir/send-big-msgs.perf.data.xxxx --stdio | c++filt |
188188
#### See also:
189189

190190
- [Installing perf](https://askubuntu.com/q/50145)
191-
- [Perf examples](http://www.brendangregg.com/perf.html)
191+
- [Perf examples](https://www.brendangregg.com/perf.html)
192192
- [Hotspot](https://github.com/KDAB/hotspot): a GUI for perf output analysis

0 commit comments

Comments
 (0)