Skip to content

Commit 5c5c85a

Browse files
ViralBShahKristofferC
authored and
KristofferC
committed
Use https for downloading of unicode data from unicode.org (#45750)
(cherry picked from commit 9b83dd8)
1 parent 064fb73 commit 5c5c85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call
2727
UNICODE_DATA_VERSION=13.0.0
2828
$(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt:
2929
@mkdir -p "$(SRCCACHE)"
30-
$(JLDOWNLOAD) "$@" http://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/UnicodeData.txt
30+
$(JLDOWNLOAD) "$@" https://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/UnicodeData.txt
3131

3232
deps: $(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt
3333
$(JLCHECKSUM) "$<"

0 commit comments

Comments
 (0)