diff --git a/README.md b/README.md index 78fa9c6..299d783 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # assert -[![Build Status](https://travis-ci.org/defunctzombie/commonjs-assert.svg?branch=master)](https://travis-ci.org/defunctzombie/commonjs-assert) +[![Build Status](https://travis-ci.org/browserify/commonjs-assert.svg?branch=master)](https://travis-ci.org/browserify/commonjs-assert) This module is used for writing unit tests for your applications, you can access it with `require('assert')`. diff --git a/package.json b/package.json index a2a6cce..8b9e338 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "browser" ], "version": "1.4.1", - "homepage": "https://github.com/defunctzombie/commonjs-assert", + "homepage": "https://github.com/browserify/commonjs-assert", "repository": { "type": "git", - "url": "git://github.com/defunctzombie/commonjs-assert.git" + "url": "git://github.com/browserify/commonjs-assert.git" }, "main": "./assert.js", "dependencies": {