From ee14303d9171ecd9af03a9fd1e804eb111761b11 Mon Sep 17 00:00:00 2001 From: Kate Hudson Date: Thu, 1 Aug 2019 15:17:24 -0400 Subject: [PATCH] Backport Bug 1569472 - Level Down the Error level to 2. --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0a2543e06..56173f415 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 @@ -63,3 +63,5 @@ until these tests are running in Try, so this is currently an optional step. GitHub workflow --------------- The files in this directory, including vendor dependencies, are synchronized with the https://github.com/mozilla/activity-stream repository. If you prefer a GitHub-based workflow, you can look at the documentation there to learn more. + +.. _Node.js homepage: https://nodejs.org/