diff --git a/README.md b/README.md index bc7337c..4537dcf 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gulp-preprocess [![Build Status](https://travis-ci.org/jas/gulp-preprocess.png?branch=master)](https://travis-ci.org/jas/gulp-preprocess) [![NPM version](https://badge.fury.io/js/gulp-preprocess.png)](http://badge.fury.io/js/gulp-preprocess) +# gulp-preprocess [![Build Status](https://travis-ci.org/pioug/gulp-preprocess.png?branch=master)](https://travis-ci.org/pioug/gulp-preprocess) [![NPM version](https://badge.fury.io/js/gulp-preprocess.png)](http://badge.fury.io/js/gulp-preprocess) > [Gulp](http://gulpjs.com) plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration diff --git a/package.json b/package.json index 20f6587..cfca46c 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "gulp-preprocess", "description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration", "version": "2.0.0", - "homepage": "http://github.com/jas/gulp-preprocess", + "homepage": "http://github.com/pioug/gulp-preprocess", "repository": { "type": "git", - "url": "http://github.com/jas/gulp-preprocess.git" + "url": "http://github.com/pioug/gulp-preprocess.git" }, "author": "Jason Sandmeyer", "main": "./index.js", @@ -28,7 +28,7 @@ "test": "mocha --reporter spec" }, "bugs": { - "url": "https://github.com/jas/gulp-preprocess/issues" + "url": "https://github.com/pioug/gulp-preprocess/issues" }, "directories": { "test": "test"