Skip to content
Closed
Changes from 1 commit
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,17 @@ Binaries, installers, and source tarballs are available at

#### Current and LTS Releases
**Current** and **LTS** releases are available at
<https://nodejs.org/download/release/>, listed under their version strings.
<https://nodejs.org/download/release/>.
The [latest](https://nodejs.org/download/release/latest/) directory is an
alias for the latest Current release. The latest LTS release from an LTS
line is available in the form: latest-_codename_. For example:
<https://nodejs.org/download/release/latest-argon>.
alias for the latest Current release. The latest-_codename_ directory is an
alias for the latest release from an LTS line. For example,
<https://nodejs.org/download/release/latest-carbon> is the latest Carbon
release.

#### Nightly Releases
**Nightly** builds are available at
<https://nodejs.org/download/nightly/>, listed under their version
string which includes their date (in UTC time) and the commit SHA at
the HEAD of the release.
**Nightly** builds are available at <https://nodejs.org/download/nightly/>. The
version string includes the date (in UTC time) and the commit SHA at the HEAD of
the release.

#### API Documentation
**API documentation** is available in each release and nightly
Expand Down