From 6d352d67d36459ff03e073c06c19b9e3d06cca8b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 5 Mar 2017 21:21:21 -0500 Subject: [PATCH] fix guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d63f260401c..5d285ba91be 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Rollup is a module bundler for JavaScript which compiles small pieces of code in Install with `npm install --global rollup`. Rollup can be used either through a [command line interface](https://github.com/rollup/rollup/wiki/Command-Line-Interface) with an optional configuration file, or else through its [JavaScript API](https://github.com/rollup/rollup/wiki/JavaScript-API). After installing, run `rollup --help` to see the available options and parameters. -- [user guide](http://rollupjs.org/guide/) +- [user guide](http://rollupjs.org/) - [starter project template](https://github.com/rollup/rollup-starter-project) - step-by-step [tutorial video series](https://code.lengstorf.com/learn-rollup-js/), with accompanying written walkthrough - miscellaneous issues in the [wiki](https://github.com/rollup/rollup/wiki)