Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-21 19:22:54 +0300
committerRich Trott <rtrott@gmail.com>2020-09-24 14:32:43 +0300
commit9687348577347cf41f10617a6b3b457825347cf2 (patch)
tree75ccfc76d72eb3bc7797dc181e4c347b7fedbbe6 /doc/api/synopsis.md
parent163030eded94c010837e8cf62a618b5d973e0305 (diff)
doc: replace "this guide" link text with guide title
PR-URL: https://github.com/nodejs/node/pull/35283 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/synopsis.md')
-rw-r--r--doc/api/synopsis.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md
index 1a8fd3ab4bb..d4b0ffa36cd 100644
--- a/doc/api/synopsis.md
+++ b/doc/api/synopsis.md
@@ -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.
@@ -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