Skip to content

Commit 6eda9ac

Browse files
tacker66gitster
authored andcommitted
doc: use https links
Use only https links for lore.kernel.org. Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d18997 commit 6eda9ac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Documentation/technical/hash-function-transition.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ Document History
781781
782782
783783

784-
* Initial version sent to http://lore.kernel.org/git/[email protected]
784+
* Initial version sent to https://lore.kernel.org/git/[email protected]
785785

786786
787787
Incorporated suggestions from jonathantanmy and sbeller:
@@ -823,8 +823,8 @@ Later history:
823823

824824
References:
825825

826-
[1] http://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/
827-
[2] http://lore.kernel.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/
828-
[3] http://lore.kernel.org/git/[email protected]/
829-
[4] http://lore.kernel.org/git/[email protected]
826+
[1] https://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/
827+
[2] https://lore.kernel.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/
828+
[3] https://lore.kernel.org/git/[email protected]/
829+
[4] https://lore.kernel.org/git/[email protected]
830830
[5] https://lore.kernel.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/

t/t0021-conversion.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ filter_git () {
3434
# Compare two files and ensure that `clean` and `smudge` respectively are
3535
# called at least once if specified in the `expect` file. The actual
3636
# invocation count is not relevant because their number can vary.
37-
# c.f. http://lore.kernel.org/git/[email protected]/
37+
# c.f. https://lore.kernel.org/git/[email protected]/
3838
test_cmp_count () {
3939
expect=$1
4040
actual=$2
@@ -49,7 +49,7 @@ test_cmp_count () {
4949

5050
# Compare two files but exclude all `clean` invocations because Git can
5151
# call `clean` zero or more times.
52-
# c.f. http://lore.kernel.org/git/[email protected]/
52+
# c.f. https://lore.kernel.org/git/[email protected]/
5353
test_cmp_exclude_clean () {
5454
expect=$1
5555
actual=$2

0 commit comments

Comments
 (0)