From 8d147b993fa68a1c09355c8461552685821afa59 Mon Sep 17 00:00:00 2001 From: Mitchell Gale Date: Sun, 30 Oct 2022 15:30:42 -0700 Subject: [PATCH] Changed link for "Gulp's getting started guide" Gulp's getting started guide changed location to https://github.com/gulpjs/gulp/tree/master/docs/getting-started. Link updated in readme to reflect that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0ab5cf1..a881f5eff 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To get a local copy of the current code, clone it using git: Next, install Node.js via the [official package](https://nodejs.org) or via [nvm](https://github.com/creationix/nvm). You need to install the gulp package -globally (see also [gulp's getting started](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started)): +globally (see also [gulp's getting started](https://github.com/gulpjs/gulp/tree/master/docs/getting-started)): $ npm install -g gulp-cli