diff --git a/bower.json b/bower.json
index 93c571f1..615d644f 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "react-modal",
"version": "1.6.3",
- "homepage": "https://github.com/rackt/react-modal",
+ "homepage": "https://github.com/reactjs/react-modal",
"authors": [
"Ryan Florence",
"Michael Jackson"
@@ -26,4 +26,4 @@
"karma.conf.js",
"package.json"
]
-}
\ No newline at end of file
+}
diff --git a/examples/basic/index.html b/examples/basic/index.html
index c92886d1..c2bc9fbe 100644
--- a/examples/basic/index.html
+++ b/examples/basic/index.html
@@ -9,6 +9,6 @@
react-modal
an accessible React modal dialog component
-
+
diff --git a/examples/bootstrap/index.html b/examples/bootstrap/index.html
index c25e2eb8..3c24538a 100644
--- a/examples/bootstrap/index.html
+++ b/examples/bootstrap/index.html
@@ -10,6 +10,6 @@ react-modal
an accessible React modal dialog component
-
+
diff --git a/examples/index.html b/examples/index.html
index eb1ab477..2b1a4e9b 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -9,6 +9,6 @@ react-modal
an accessible React modal dialog component
-
+
diff --git a/package.json b/package.json
index f1344a1a..aa5713cc 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,10 @@
"main": "./lib/index",
"repository": {
"type": "git",
- "url": "https://github.com/rackt/react-modal.git"
+ "url": "https://github.com/reactjs/react-modal.git"
},
- "homepage": "https://github.com/rackt/react-modal",
- "bugs": "https://github.com/rackt/react-modal/issues",
+ "homepage": "https://github.com/reactjs/react-modal",
+ "bugs": "https://github.com/reactjs/react-modal/issues",
"directories": {
"example": "examples"
},
@@ -64,4 +64,4 @@
"modal",
"dialog"
]
-}
\ No newline at end of file
+}