Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Nightly downloads added - Issue #510
  • Loading branch information
justsml committed Mar 8, 2016
commit 054cdec977df78e5ff75fd9ad777af6b9ebd3106
1 change: 1 addition & 0 deletions layouts/partials/download-matrix.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<li><a href="https://nodejs.org/dist/{{version}}">{{site.all-downloads}}</a></li>
<li><a href="/{{site.locale}}/{{site.download.package-manager.link}}">{{site.download.package-manager.text}}</a></li>
<li><a href="/{{site.locale}}/{{site.download.releases.link}}/">{{site.download.releases.text}}</a></li>
<li><a href="https://nodejs.org/download/nightly/">{{site.nightly}}</a></li>
</ul>
<p>{{downloads.buildDisclaimer}}</p>
</section>
1 change: 1 addition & 0 deletions locale/en/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"getHelpIssue": "Get Help",
"by": "by",
"all-downloads": "All download options",
"nightly": "Nightly builds",
"feeds": [
{
"link": "feed/blog.xml",
Expand Down