Skip to content

Commit af5799a

Browse files
committed
fixed repo url
1 parent a00f352 commit af5799a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-redux-universal-hot-example",
33
"description": "Example of an isomorphic (universal) webapp using react redux and hot reloading",
4-
"repository": "https://github.com/erikras/react-redux-universal-hot-example",
4+
"repository": "https://github.com/dongcai/react-redux-universal-hot-example",
55
"logo": "http://node-js-sample.herokuapp.com/node.svg",
66
"keywords": [
77
"react",
@@ -14,6 +14,7 @@
1414
"redux",
1515
"starter",
1616
"boilerplate",
17-
"babel"
17+
"babel",
18+
"semantic ui theme"
1819
]
1920
}

src/containers/Home/Home.js

Lines changed: 1 addition & 1 deletion
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/bertho-zero/react-redux-semantic-universal-hot-example"
38+
href="https://github.com/dongcai/react-redux-universal-hot-example"
3939
target="_blank"
4040
rel="noopener noreferrer"
4141
>

0 commit comments

Comments
 (0)