Skip to content

Commit 8a658d0

Browse files
committed
Update links for repo transfer
1 parent 0344d06 commit 8a658d0

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ React router component is packaged on npm:
4747

4848
See [docs][] for the usage.
4949

50-
[hash-routing]: http://andreypopp.viewdocs.io/react-router-component/hash-routing
51-
[server-side]: http://andreypopp.viewdocs.io/react-router-component/server-side
52-
[multiple]: http://andreypopp.viewdocs.io/react-router-component/multiple
53-
[contextual]: http://andreypopp.viewdocs.io/react-router-component/contextual
54-
[url-pattern]: http://andreypopp.viewdocs.io/react-router-component/url-pattern
55-
[async]: http://andreypopp.viewdocs.io/react-router-component/async
56-
57-
[docs]: http://andreypopp.viewdocs.io/react-router-component
50+
[hash-routing]: http://strml.viewdocs.io/react-router-component/hash-routing
51+
[server-side]: http://strml.viewdocs.io/react-router-component/server-side
52+
[multiple]: http://strml.viewdocs.io/react-router-component/multiple
53+
[contextual]: http://strml.viewdocs.io/react-router-component/contextual
54+
[url-pattern]: http://strml.viewdocs.io/react-router-component/url-pattern
55+
[async]: http://strml.viewdocs.io/react-router-component/async
56+
57+
[docs]: http://strml.viewdocs.io/react-router-component
5858
[React]: http://facebook.github.io/react/
5959
[React-Refs]: http://facebook.github.io/react/docs/more-about-refs.html
6060
[React-Shims]: http://facebook.github.io/react/docs/working-with-the-browser.html#polyfills-needed-to-support-older-browsers

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "git://github.com/andreypopp/react-router-component"
38+
"url": "git://github.com/strml/react-router-component"
3939
},
4040
"keywords": [
4141
"react",
@@ -49,11 +49,12 @@
4949
"Dave Mac (https://github.com/DveMac)",
5050
"Matthew Dapena-Tretter (https://github.com/matthewwithanm)",
5151
"Mitchel Kuijpers (https://github.com/mitchelkuijpers)",
52-
"Simen Brekken <[email protected]> (https://github.com/sbrekken)"
52+
"Simen Brekken <[email protected]> (https://github.com/sbrekken)",
53+
"Samuel Reed <[email protected]> (https://github.com/strml)"
5354
],
5455
"license": "MIT",
5556
"bugs": {
56-
"url": "https://github.com/andreypopp/react-router-component/issues"
57+
"url": "https://github.com/strml/react-router-component/issues"
5758
},
58-
"homepage": "http://andreypopp.viewdocs.io/react-router-component"
59+
"homepage": "http://strml.viewdocs.io/react-router-component"
5960
}

0 commit comments

Comments
 (0)