From a620086dafb5fe98b03bac5a98b4f1f84c6a955f Mon Sep 17 00:00:00 2001 From: Andrei Oprea Date: Wed, 31 Jul 2019 13:35:22 +0000 Subject: [PATCH] (nobug) - Fix lint error: convert markdown style link to rst (#5213) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0a2543e06..6e93e99f8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,7 +21,7 @@ Prerequisites You will need the following: -- Node.js 8+ (On Mac, the best way to install Node.js is to use the [install link on the Node.js homepage](https://nodejs.org/en/)) +- Node.js 8+ (On Mac, the best way to install Node.js is to use the `install link on the Node.js homepage `_). - npm (packaged with Node.js) To install dependencies, run the following from the root of the mozilla-central repository