Skip to content

Commit

Permalink
Fixed broked links in footer (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinpg authored and timdorr committed Oct 8, 2018
1 parent cde9c04 commit 05f943d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class Footer extends React.Component {
</a>
<div>
<h5>Docs</h5>
<a href={this.docUrl("getting-started", this.props.language)}>
<a href={this.docUrl("getting-started")}>
Getting Started
</a>
<a href={this.docUrl("api", this.props.language)}>
<a href={this.docUrl("api")}>
Api
</a>
<a href={this.docUrl("troubleshooting", this.props.language)}>
<a href={this.docUrl("troubleshooting")}>
Troubleshooting
</a>
</div>
Expand All @@ -56,7 +56,6 @@ class Footer extends React.Component {
</div>
<div>
<h5>More</h5>
<a href={`${this.props.config.baseUrl}blog`}>Blog</a>
<a href="https://github.com/reduxjs/react-redux/">GitHub</a>
<a
className="github-button"
Expand Down

0 comments on commit 05f943d

Please sign in to comment.