Skip to content

Commit

Permalink
Add a trailing / to blog url in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Apr 9, 2019
1 parent e28868e commit de82a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Footer extends React.Component {
</div>
<div>
<h5>More</h5>
<a href={this.props.config.baseUrl + 'blog'}>Blog</a>
<a href={this.props.config.baseUrl + 'blog/'}>Blog</a>
<a href="https://twitter.com/reactnative" target="_blank">
Twitter
</a>
Expand Down

0 comments on commit de82a32

Please sign in to comment.