diff --git a/Readme.md b/Readme.md index 80849c0..1cbc9c1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](https://travis-ci.org/Gozala/events) +# events [![Build Status](https://travis-ci.org/browserify/events.png?branch=main)](https://travis-ci.org/browserify/events) > Node's event emitter for all engines. @@ -8,7 +8,7 @@ This implements the Node.js [`events`][node.js docs] module for environments tha Note that the `events` module uses ES5 features. If you need to support very old browsers like IE8, use a shim like [`es5-shim`](https://www.npmjs.com/package/es5-shim). You need both the shim and the sham versions of `es5-shim`. -This module is maintained, but only by very few people. If you'd like to help, let us know in the [Maintainer Needed](https://github.com/Gozala/events/issues/43) issue! +This module is maintained, but only by very few people. If you'd like to help, let us know in the [Maintainer Needed](https://github.com/browserify/events/issues/43) issue! ## Install diff --git a/package.json b/package.json index b9580d8..6d8c770 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "author": "Irakli Gozalishvili (http://jeditoolkit.com)", "repository": { "type": "git", - "url": "git://github.com/Gozala/events.git", - "web": "https://github.com/Gozala/events" + "url": "git://github.com/browserify/events.git", + "web": "https://github.com/browserify/events" }, "bugs": { - "url": "http://github.com/Gozala/events/issues/" + "url": "http://github.com/browserify/events/issues/" }, "main": "./events.js", "engines": {