From a59203c5a6e16c2c856e8b0c1d5d09b7229f54a3 Mon Sep 17 00:00:00 2001 From: Patrick Shields Date: Wed, 2 Oct 2019 19:01:05 -0500 Subject: [PATCH] fix(README): update "sections below" reference (#1210) This PR updates the "sections below" reference to point to the installation docs, since the details and alternatives are not present in the sections below of the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b137cba2..02dfa10498 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ https://bazelbuild.github.io/rules_nodejs/ ## Quickstart This is the fastest way to get started. -See sections below for details and alternative methods. +See the [installation documentation](https://bazelbuild.github.io/rules_nodejs/install.html) for details and alternative methods. ```sh $ npm init @bazel