From 9687348577347cf41f10617a6b3b457825347cf2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 21 Sep 2020 09:22:54 -0700 Subject: [PATCH] doc: replace "this guide" link text with guide title PR-URL: https://github.com/nodejs/node/pull/35283 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/api/synopsis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index 1a8fd3ab4bbc88..d4b0ffa36cd1ab 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