diff --git a/ecosystem/Editor-and-tool-support.md b/ecosystem/Editor-and-tool-support.md index bb264e7..1c078ac 100644 --- a/ecosystem/Editor-and-tool-support.md +++ b/ecosystem/Editor-and-tool-support.md @@ -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`) diff --git a/guides/Getting-Started.md b/guides/Getting-Started.md index 03d92fa..abf6d82 100644 --- a/guides/Getting-Started.md +++ b/guides/Getting-Started.md @@ -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: