Skip to content

Commit

Permalink
[changed] repo location to rackt/react-router
Browse files Browse the repository at this point in the history
this is not my baby, me and @mjackson together
made a baby with the help of many others
  • Loading branch information
ryanflorence committed Jul 24, 2014
1 parent 9bc1ee8 commit 8152d67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -26,4 +26,4 @@
"package.json",
"webpack.config.js"
]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -54,4 +54,4 @@
"browserify-shim": {
"react": "global:React"
}
}
}

0 comments on commit 8152d67

Please sign in to comment.