Skip to content

Commit 8152d67

Browse files
committed
[changed] repo location to rackt/react-router
this is not my baby, me and @mjackson together made a baby with the help of many others
1 parent 9bc1ee8 commit 8152d67

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
React Router
22
============
33

4-
[![Build Status](https://travis-ci.org/rpflorence/react-router.svg?branch=master)](https://travis-ci.org/rpflorence/react-router)
4+
[![Build Status](https://travis-ci.org/rackt/react-router.svg?branch=master)](https://travis-ci.org/rackt/react-router)
55

66
A complete routing library for React.
77

88
You are viewing docs for the latest code on master. Check out
9-
[other releases](https://github.com/rpflorence/react-router/releases)
9+
[other releases](https://github.com/rackt/react-router/releases)
1010
for the version you have installed.
1111

1212
Also, please refer to the [CHANGELOG](/CHANGELOG) when upgrading.

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-router",
33
"version": "0.4.0",
4-
"homepage": "https://github.com/rpflorence/react-router",
4+
"homepage": "https://github.com/rackt/react-router",
55
"authors": [
66
"Ryan Florence",
77
"Michael Jackson"
@@ -26,4 +26,4 @@
2626
"package.json",
2727
"webpack.config.js"
2828
]
29-
}
29+
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"main": "modules/main",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/rpflorence/react-router.git"
12+
"url": "https://github.com/rackt/react-router.git"
1313
},
14-
"homepage": "https://github.com/rpflorence/react-router",
14+
"homepage": "https://github.com/rackt/react-router",
1515
"directories": {
1616
"example": "examples"
1717
},
@@ -54,4 +54,4 @@
5454
"browserify-shim": {
5555
"react": "global:React"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)