Skip to content

Commit dbe38f3

Browse files
committed
Fixed github url
1 parent 3694e73 commit dbe38f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class App extends Component {
1010
<div>
1111
<h1>Server Side Rendering with Create React App v2</h1>
1212
<p>Hey, so I've rewritten this example with react-router v4</p>
13-
<p>This code is on github: <a href='https://github.com/ayroblu/ssr-creat-react-app-v2'>https://github.com/ayroblu/ssr-creat-react-app-v2</a></p>
13+
<p>This code is on github: <a href='https://github.com/ayroblu/ssr-create-react-app-v2'>https://github.com/ayroblu/ssr-create-react-app-v2</a></p>
1414
<p>Medium article: <a href=''></a></p>
1515
<Switch>
1616
<Route exact path="/" component={FirstPage}/>

0 commit comments

Comments
 (0)