Skip to content

Commit

Permalink
doc: replace "this guide" link text with guide title
Browse files Browse the repository at this point in the history
PR-URL: #35283
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Trott authored and MylesBorins committed Sep 24, 2020
1 parent 1893449 commit b4514d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/synopsis.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ there to show the start of each command.
Lines that don’t start with `$` or `>` character show the output of the previous
command.

First, make sure to have downloaded and installed Node.js. See [this guide][]
for further install information.
First, make sure to have downloaded and installed Node.js. See
[Installing Node.js via package manager][] for further install information.

Now, create an empty project folder called `projects`, then navigate into it.

Expand Down Expand Up @@ -87,5 +87,5 @@ If the browser displays the string `Hello, World!`, that indicates
the server is working.

[Command-line options]: cli.html#cli_command_line_options
[this guide]: https://nodejs.org/en/download/package-manager/
[Installing Node.js via package manager]: https://nodejs.org/en/download/package-manager/
[web server]: http.html

0 comments on commit b4514d4

Please sign in to comment.