Skip to content

Commit 6d6705d

Browse files
committed
updated repo url
1 parent af5799a commit 6d6705d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "react-redux-semantic-universal-hot-example",
2+
"name": "react-redux-semantic-ui",
33
"description": "Example of an isomorphic (universal) webapp using react redux, semantic-ui and hot reloading",
44
"authors": [
5-
"Kévin Berthommier <[email protected]> (https://github.com/bertho-zero)",
65
"Dong Cai <[email protected]> (https://github.com/dongcai"
76
],
87
"contributors": [
9-
"Erik Rasmussen <[email protected]> (https://github.com/erikras)"
8+
"Erik Rasmussen <[email protected]> (https://github.com/erikras)",
9+
"Kévin Berthommier <[email protected]> (https://github.com/bertho-zero)"
1010
],
1111
"license": "MIT",
1212
"version": "0.9.0",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/bertho-zero/react-redux-semantic-universal-hot-example"
15+
"url": "https://github.com/dongcai/react-redux-semantic-ui"
1616
},
17-
"homepage": "https://github.com/bertho-zero/react-redux-semantic-usniversal-hot-example",
17+
"homepage": "https://github.com/dongcai/react-redux-semantic-ui",
1818
"keywords": [
1919
"react",
2020
"isomorphic",

src/containers/Home/Home.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class Home extends Component {
3535
<p>
3636
<a
3737
className={styles.github}
38-
href="https://github.com/dongcai/react-redux-universal-hot-example"
38+
href="https://github.com/dongcai/react-redux-semantic-ui"
3939
target="_blank"
4040
rel="noopener noreferrer"
4141
>
@@ -45,7 +45,7 @@ export default class Home extends Component {
4545
{online && (
4646
<GithubButton
4747
user="dongcai"
48-
repo="react-redux-semantic-universal-hot-example"
48+
repo="react-redux-semantic-ui"
4949
type="star"
5050
width={160}
5151
height={30}
@@ -56,7 +56,7 @@ export default class Home extends Component {
5656
{online && (
5757
<GithubButton
5858
user="dongcai"
59-
repo="react-redux-semantic-universal-hot-example"
59+
repo="react-redux-semantic-ui"
6060
type="fork"
6161
width={160}
6262
height={30}

0 commit comments

Comments
 (0)