@@ -95,15 +95,15 @@ Binaries, installers, and source tarballs are available at
9595
9696The [ latest] ( https://nodejs.org/download/release/latest/ ) directory is an
9797alias for the latest Current release. The latest-_ codename_ directory is an
98- alias for the latest release from an LTS line. For example,
99- < https://nodejs.org/download/release/latest-carbon > is the latest Carbon
100- (Node.js version 8) release.
98+ alias for the latest release from an LTS line. For example, the
99+ [ latest-carbon ] ( https://nodejs.org/download/release/latest-carbon/ ) directory
100+ contains the latest Carbon (Node.js 8) release.
101101
102102#### Nightly Releases
103103< https://nodejs.org/download/nightly/ >
104104
105- Listed under their version string which includes their date (in UTC time) and
106- the commit SHA at the HEAD of the release.
105+ Each directory name and filename contains a date (in UTC time) and the commit
106+ SHA at the HEAD of the release.
107107
108108#### API Documentation
109109
@@ -606,8 +606,8 @@ gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73B
606606gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
607607```
608608
609- See the section above on [ Verifying Binaries] ( #verifying-binaries ) for details
610- on what to do with these keys to verify that a downloaded file is official .
609+ See the section above on [ Verifying Binaries] ( #verifying-binaries ) for how to
610+ use these keys to verify a downloaded file.
611611
612612Previous releases may also have been signed with one of the following GPG keys:
613613
0 commit comments