Skip to content

Commit 694cb87

Browse files
h4claydiffrient
authored andcommittedDec 13, 2016
[fixed] updated references from rackt to reactjs. (#244)
1 parent 1dea51d commit 694cb87

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎bower.json

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

‎examples/basic/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h1>react-modal</h1>
99
<h2>an accessible React modal dialog component</h2>
1010
</header>
1111
<div id="example" class="padbox"></div>
12-
<a target="_top" href="https://github.com/rackt/react-modal"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
12+
<a target="_top" href="https://github.com/reactjs/react-modal"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
1313
<script src="../__build__/shared.js"></script>
1414
<script src="../__build__/basic.js"></script>

‎examples/bootstrap/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ <h1>react-modal</h1>
1010
<h2>an accessible React modal dialog component</h2>
1111
</header>
1212
<div id="example" class="padbox"></div>
13-
<a target="_top" href="https://github.com/rackt/react-modal"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
13+
<a target="_top" href="https://github.com/reactjs/react-modal"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
1414
<script src="../__build__/shared.js"></script>
1515
<script src="../__build__/bootstrap.js"></script>

‎examples/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h1>react-modal</h1>
99
<h2>an accessible React modal dialog component</h2>
1010
</header>
1111
<div id="example" class="padbox"></div>
12-
<a target="_top" href="https://github.com/rackt/react-modal"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
12+
<a target="_top" href="https://github.com/reactjs/react-modal"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
1313
<script src="__build__/shared.js"></script>
1414
<script src="__build__/basic.js"></script>

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./lib/index",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/rackt/react-modal.git"
8+
"url": "https://github.com/reactjs/react-modal.git"
99
},
10-
"homepage": "https://github.com/rackt/react-modal",
11-
"bugs": "https://github.com/rackt/react-modal/issues",
10+
"homepage": "https://github.com/reactjs/react-modal",
11+
"bugs": "https://github.com/reactjs/react-modal/issues",
1212
"directories": {
1313
"example": "examples"
1414
},
@@ -64,4 +64,4 @@
6464
"modal",
6565
"dialog"
6666
]
67-
}
67+
}

0 commit comments

Comments
 (0)