We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dbb75 commit 6fe178fCopy full SHA for 6fe178f
posix.mak
@@ -583,7 +583,7 @@ $G/dlangspec.verbatim.txt : $G/dlangspec-consolidated.d $(DMD) verbatim.ddoc
583
584
$G/dblog_latest.html:
585
@echo "Receiving the latest DBlog article. Disable with DIFFABLE=1"
586
- curl -s --fail --retry 3 --retry-delay 5 http://blog.dlang.org -o $@
+ curl -s --fail --retry 3 --retry-delay 5 -L https://blog.dlang.org -o $@
587
588
$G/dblog_latest.ddoc: $G/dblog_latest.html
589
cat $< | grep -m1 'entry-title' | \
0 commit comments