Skip to content

Commit

Permalink
Merge pull request #1442 from MartinNowak/https_nightlies
Browse files Browse the repository at this point in the history
use protocol relative URLs for nightly downloads
  • Loading branch information
andralex committed Aug 23, 2016
2 parents 01c1fc9 + a30bd57 commit efe2389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.dd
Expand Up @@ -214,7 +214,7 @@ Macros:
H3I=<h3 class="download">$0</h3>
DLSITE=http://downloads.dlang.org/releases/2.x/$(DMDV2)/$0
B_DLSITE=http://downloads.dlang.org/pre-releases/2.x/$(B_DMDV2)/$0
N_DLSITE=http://nightlies.dlang.org/dmd-nightly/$0
N_DLSITE=//nightlies.dlang.org/dmd-nightly/$0
DOWNLOAD =
$(DIV,
$(DIVC download_image, $1)
Expand Down

0 comments on commit efe2389

Please sign in to comment.