diff --git a/README.md b/README.md index 29fc69f471..a19d39165f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ React Router ============ -[![Build Status](https://travis-ci.org/rpflorence/react-router.svg?branch=master)](https://travis-ci.org/rpflorence/react-router) +[![Build Status](https://travis-ci.org/rackt/react-router.svg?branch=master)](https://travis-ci.org/rackt/react-router) A complete routing library for React. You are viewing docs for the latest code on master. Check out -[other releases](https://github.com/rpflorence/react-router/releases) +[other releases](https://github.com/rackt/react-router/releases) for the version you have installed. Also, please refer to the [CHANGELOG](/CHANGELOG) when upgrading. diff --git a/bower.json b/bower.json index 93fc142f92..1333402d44 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-router", "version": "0.4.0", - "homepage": "https://github.com/rpflorence/react-router", + "homepage": "https://github.com/rackt/react-router", "authors": [ "Ryan Florence", "Michael Jackson" @@ -26,4 +26,4 @@ "package.json", "webpack.config.js" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index a7d11af943..de068495ab 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "main": "modules/main", "repository": { "type": "git", - "url": "https://github.com/rpflorence/react-router.git" + "url": "https://github.com/rackt/react-router.git" }, - "homepage": "https://github.com/rpflorence/react-router", + "homepage": "https://github.com/rackt/react-router", "directories": { "example": "examples" }, @@ -54,4 +54,4 @@ "browserify-shim": { "react": "global:React" } -} \ No newline at end of file +}