We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064fb73 commit 5c5c85aCopy full SHA for 5c5c85a
doc/Makefile
@@ -27,7 +27,7 @@ DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call
27
UNICODE_DATA_VERSION=13.0.0
28
$(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt:
29
@mkdir -p "$(SRCCACHE)"
30
- $(JLDOWNLOAD) "$@" http://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/UnicodeData.txt
+ $(JLDOWNLOAD) "$@" https://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/UnicodeData.txt
31
32
deps: $(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt
33
$(JLCHECKSUM) "$<"
0 commit comments