Skip to content

Commit b4514d4

Browse files
TrottMylesBorins
authored andcommitted
doc: replace "this guide" link text with guide title
PR-URL: #35283 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1893449 commit b4514d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/synopsis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ there to show the start of each command.
2020
Lines that don’t start with `$` or `>` character show the output of the previous
2121
command.
2222

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

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

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

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

0 commit comments

Comments
 (0)