Skip to content

Commit 57008a8

Browse files
committed
Add in medium article link
1 parent b3c67ea commit 57008a8

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
@@ -11,7 +11,7 @@ export default class App extends Component {
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>
1313
<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>
14-
<p>Medium article: <a href=''></a></p>
14+
<p>Medium article: <a href='https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9'>https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9</a></p>
1515
<Switch>
1616
<Route exact path="/" component={FirstPage}/>
1717
<Route path="/second" component={SecondPage}/>

0 commit comments

Comments
 (0)