Skip to content

Commit d1cb4c1

Browse files
committed
Merge branch 'phillipj-sunos-downloads' into node-4.0-release
2 parents fa1bd31 + ac28e1d commit d1cb4c1

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

layouts/download.hbs

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
<div class="download-hero full-width">
1717
<ul class="no-padding">
1818
<li>
19-
<a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-x86.msi">
19+
<a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-x86.msi">
2020
<img src="/static/images/platform-icon-win.png" height="50" width="45" alt="">
2121
Windows Installer
2222
<p class="small color-lightgray pad-bottom-small">node-{{project.currentVersion}}-x86.msi</p>
2323
</a>
2424
</li>
2525
<li>
26-
<a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.pkg">
26+
<a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.pkg">
2727
<img src="/static/images/platform-icon-osx.png" height="50" width="45" alt="">
2828
Macintosh Installer
2929
<p class="small color-lightgray pad-bottom-small">node-{{project.currentVersion}}.pkg</p>
3030
</a>
3131
</li>
3232
<li>
33-
<a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.tar.gz">
33+
<a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.tar.gz">
3434
<img src="/static/images/platform-icon-generic.png" height="50" width="45" alt="">
3535
Source Code
3636
<p class="small color-lightgray pad-bottom-small">node-{{project.currentVersion}}.tar.gz</p>
@@ -43,41 +43,57 @@
4343
<tbody>
4444
<tr>
4545
<th>Windows Installer (.msi)</th>
46-
<td><a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-x86.msi">32-bit</a></td>
47-
<td><a href="/dist/{{project.currentVersion}}/x64/node-{{project.currentVersion}}-x64.msi">64-bit</a></td>
46+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-x86.msi">32-bit</a></td>
47+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-x64.msi">64-bit</a></td>
4848
</tr>
4949

5050
<tr>
5151
<th>Windows Binary (.exe)</th>
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>
52+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/win-x86/node.exe">32-bit</a></td>
53+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/win-x64/node.exe">64-bit</a></td>
5454
</tr>
5555

5656
<tr>
5757
<th>Mac OS X Installer (.pkg)</th>
58-
<td colspan="2"><a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.pkg">Universal</a></td>
58+
<td colspan="6"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.pkg">64-bit</a></td>
5959
</tr>
6060

6161
<tr>
6262
<th>Mac OS X Binaries (.tar.gz)</th>
63-
<td colspan="2"><a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-darwin-x64.tar.gz">64-bit</a></td>
63+
<td colspan="6"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-darwin-x64.tar.gz">64-bit</a></td>
6464
</tr>
6565

6666
<tr>
6767
<th>Linux Binaries (.tar.gz)</th>
68-
<td><a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-x86.tar.gz">32-bit</a></td>
69-
<td><a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-x64.tar.gz">64-bit</a></td>
68+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-x86.tar.gz">32-bit</a></td>
69+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-x64.tar.gz">64-bit</a></td>
70+
</tr>
71+
72+
<tr>
73+
<th>SunOS Binaries (.tar.gz)</th>
74+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-sunos-x86.tar.gz">32-bit</a></td>
75+
<td colspan="3"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-sunos-x64.tar.gz">64-bit</a></td>
76+
</tr>
77+
78+
<tr>
79+
<th>ARM Binaries (.tar.gz)</th>
80+
<td colspan="2"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-armv6l.tar.gz">ARMv6</a></td>
81+
<td colspan="2"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-armv7l.tar.gz">ARMv7</a></td>
82+
<td colspan="2"><a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}-linux-arm64.tar.gz">ARMv8</a></td>
7083
</tr>
7184

7285
<tr>
7386
<th>Source Code</th>
74-
<td colspan="2">
75-
<a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.tar.gz">node-{{project.currentVersion}}.tar.gz</a>
87+
<td colspan="6">
88+
<a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.tar.gz">node-{{project.currentVersion}}.tar.gz</a>
7689
</td>
7790
</tr>
7891
</tbody>
7992
</table>
8093

94+
<p>
95+
<a href="https://nodejs.org/dist/{{project.currentVersion}}">All download options</a>
96+
</p>
8197
<p>
8298
{{downloads.currentVersion}}: <strong>{{project.currentVersion}}</strong>, <a href="/{{site.locale}}/{{site.download.releases.link}}/">{{site.download.releases.text}}</a>
8399
</p>

0 commit comments

Comments
 (0)