update pulp github urls

This commit is contained in:
Jens Petersen 2018-03-28 16:03:36 +09:00 committed by Jens Petersen
parent 5e844f2052
commit 91e746a6eb
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn
## Build tools and package managers
- [Pulp](https://github.com/bodil/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`)
- [Pulp](https://github.com/purescript-contrib/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`)
- [psc-package](https://github.com/purescript/psc-package): An experimental package manager for PureScript based on the concept of package sets
- [Purify](https://github.com/chrisdone/purify): Reproducible builds for PureScript
- [Gulp task](https://github.com/purescript-contrib/gulp-purescript) (`gulp-purescript` in `npm`)

View file

@ -16,7 +16,7 @@ The Purescript compiler (`purs`) can be installed with npm:
#### Setting up the Development Environment
PureScript's core libraries are configured to use the [Pulp](https://github.com/bodil/pulp) build tool, and packages are available in the [Bower registry](http://bower.io/search/?q=purescript-).
PureScript's core libraries are configured to use the [Pulp](https://github.com/purescript-contrib/pulp) build tool, and packages are available in the [Bower registry](http://bower.io/search/?q=purescript-).
If you don't have Pulp and Bower installed, install them now: