Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

remove "unstable" messaging #112

Merged
merged 1 commit into from
Jan 29, 2015
Merged
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
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>JavaScript I/O</h1>
<div class="release-details">
<span class="release-version">
<!-- Jan 13th 2015 -->
<a href="https://iojs.org/dist/v1.0.4/">Version 1.0.4 <em>(Unstable*)</em></a>
<a href="https://iojs.org/dist/v1.0.4/">Version 1.0.4</a>
</span>
<br>
<span class="release-downloads">
Expand All @@ -66,7 +66,7 @@ <h1>JavaScript I/O</h1>

<p class="lead">
<a href="https://iojs.org/download/nightly/">Nightly releases</a> are available for testing.<br>
* Unstable? Learn more about <a href="/faq.html#version">how we version io.js</a>.
<a href="/faq.html">Frequently Asked Questions</a>
</p>
</div>

Expand Down