Skip to content

Commit 3c57adf

Browse files
committed
fix windows binary download link
NOTE: from v4 onward we'll be using the win-x??/ directories but old releases will use the old locations, so we'll have to either lean on server rewrites or template logic to switch between v4 and v0 locations
1 parent 1848646 commit 3c57adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/download.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
<tr>
5151
<th>Windows Binary (.exe)</th>
52-
<td><a href="/dist/{{project.currentVersion}}/win-x86/iojs.exe">32-bit</a></td>
53-
<td><a href="/dist/{{project.currentVersion}}/win-x64/iojs.exe">64-bit</a></td>
52+
<td><a href="/dist/{{project.currentVersion}}/node.exe">32-bit</a></td>
53+
<td><a href="/dist/{{project.currentVersion}}/x64/node.exe">64-bit</a></td>
5454
</tr>
5555

5656
<tr>

0 commit comments

Comments
 (0)