@@ -94,23 +94,27 @@ Binaries, installers, and source tarballs are available at
9494< https://nodejs.org/en/download/ > .
9595
9696#### Current and LTS Releases  
97- ** Current **  and  ** LTS **  releases are available at 
98- < https://nodejs.org/download/release/ > , listed under their version strings. 
97+ < https://nodejs.org/download/release/ > 
98+ 
9999The [ latest] ( https://nodejs.org/download/release/latest/ )  directory is an
100- alias for the latest Current release. The latest LTS release from an LTS
101- line is available in the form: latest-_ codename_ . For example:
102- < https://nodejs.org/download/release/latest-argon > .
100+ alias for the latest Current release. The latest-_ codename_  directory is an
101+ alias for the latest release from an LTS line. For example,
102+ < https://nodejs.org/download/release/latest-carbon >  is the latest Carbon
103+ (Node.js version 8) release.
103104
104105#### Nightly Releases  
105- ** Nightly **  builds are available at 
106- < https://nodejs.org/download/nightly/ > , listed under their version 
107- string which includes their date (in UTC time) and the commit SHA at 
108- the HEAD of the release.
106+ < https://nodejs.org/download/nightly/ > 
107+ 
108+ Listed under their version  string which includes their date (in UTC time) and
109+ the commit SHA at the  HEAD of the release.
109110
110111#### API Documentation  
111- ** API documentation**  is available in each release and nightly
112- directory under _ docs_ . < https://nodejs.org/api/ >  points to the API
113- documentation of the latest stable version.
112+ < https://nodejs.org/api/ > 
113+ 
114+ Points to the API documentation of the latest Current release.
115+ Version specific documentation are avalible in each release and nightly
116+ directory under _ docs_  or at < https://nodejs.org/download/docs/ > .
117+ 
114118
115119### Verifying Binaries  
116120
0 commit comments