@@ -95,15 +95,15 @@ Binaries, installers, and source tarballs are available at
95
95
96
96
The [ latest] ( https://nodejs.org/download/release/latest/ ) directory is an
97
97
alias 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.
101
101
102
102
#### Nightly Releases
103
103
< https://nodejs.org/download/nightly/ >
104
104
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.
107
107
108
108
#### API Documentation
109
109
@@ -606,8 +606,8 @@ gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73B
606
606
gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
607
607
```
608
608
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.
611
611
612
612
Previous releases may also have been signed with one of the following GPG keys:
613
613
0 commit comments