Skip to content

Commit

Permalink
Merge pull request #342 from braddr/update-urls
Browse files Browse the repository at this point in the history
fix curl url
  • Loading branch information
jmdavis committed Jun 19, 2013
2 parents 4e9167c + a76e2ff commit 89b5f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion download.dd
Expand Up @@ -327,7 +327,7 @@ $(SECTION2 Other Downloads,
)

$(LI
<a href="$(DLSITE curl-$(CURLV)-dmd-win32.zip)" title="Download DMD2 compatible cURL">
<a href="$(DLS3OTHER curl-$(CURLV)-dmd-win32.zip)" title="Download DMD2 compatible cURL">
$(DOWNLOADIMG) DMD2 compatible cURL $(CURLV)</a>
)
)
Expand Down Expand Up @@ -376,6 +376,7 @@ Macros:
DLGITHUB=https://github.com/downloads/D-Programming-Language/dmd/$0
DLSITE_DEFAULT=http://dlang.org/download/$0
DLSITE=http://downloads.dlang.org/releases/2013/$0
DLS3OTHER=http://downloads.dlang.org/other/$0
TDL=<td style="text-align: left;">$0</td>
TH=<th class='donthyphenate'>$0</th>
CATEGORY_DOWNLOAD=$0

0 comments on commit 89b5f36

Please sign in to comment.