|
16 | 16 | <div class="download-hero full-width">
|
17 | 17 | <ul class="no-padding">
|
18 | 18 | <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"> |
20 | 20 | <img src="/static/images/platform-icon-win.png" height="50" width="45" alt="">
|
21 | 21 | Windows Installer
|
22 | 22 | <p class="small color-lightgray pad-bottom-small">node-{{project.currentVersion}}-x86.msi</p>
|
23 | 23 | </a>
|
24 | 24 | </li>
|
25 | 25 | <li>
|
26 |
| - <a href="/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.pkg"> |
| 26 | + <a href="https://nodejs.org/dist/{{project.currentVersion}}/node-{{project.currentVersion}}.pkg"> |
27 | 27 | <img src="/static/images/platform-icon-osx.png" height="50" width="45" alt="">
|
28 | 28 | Macintosh Installer
|
29 | 29 | <p class="small color-lightgray pad-bottom-small">node-{{project.currentVersion}}.pkg</p>
|
30 | 30 | </a>
|
31 | 31 | </li>
|
32 | 32 | <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"> |
34 | 34 | <img src="/static/images/platform-icon-generic.png" height="50" width="45" alt="">
|
35 | 35 | Source Code
|
36 | 36 | <p class="small color-lightgray pad-bottom-small">node-{{project.currentVersion}}.tar.gz</p>
|
|
43 | 43 | <tbody>
|
44 | 44 | <tr>
|
45 | 45 | <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> |
48 | 48 | </tr>
|
49 | 49 |
|
50 | 50 | <tr>
|
51 | 51 | <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> |
54 | 54 | </tr>
|
55 | 55 |
|
56 | 56 | <tr>
|
57 | 57 | <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> |
59 | 59 | </tr>
|
60 | 60 |
|
61 | 61 | <tr>
|
62 | 62 | <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> |
64 | 64 | </tr>
|
65 | 65 |
|
66 | 66 | <tr>
|
67 | 67 | <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> |
70 | 83 | </tr>
|
71 | 84 |
|
72 | 85 | <tr>
|
73 | 86 | <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> |
76 | 89 | </td>
|
77 | 90 | </tr>
|
78 | 91 | </tbody>
|
79 | 92 | </table>
|
80 | 93 |
|
| 94 | + <p> |
| 95 | + <a href="https://nodejs.org/dist/{{project.currentVersion}}">All download options</a> |
| 96 | + </p> |
81 | 97 | <p>
|
82 | 98 | {{downloads.currentVersion}}: <strong>{{project.currentVersion}}</strong>, <a href="/{{site.locale}}/{{site.download.releases.link}}/">{{site.download.releases.text}}</a>
|
83 | 99 | </p>
|
|
0 commit comments