Skip to content

Commit 05f943d

Browse files
sveinpgtimdorr
authored andcommitted
Fixed broked links in footer (#1041)
1 parent cde9c04 commit 05f943d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/core/Footer.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ class Footer extends React.Component {
3434
</a>
3535
<div>
3636
<h5>Docs</h5>
37-
<a href={this.docUrl("getting-started", this.props.language)}>
37+
<a href={this.docUrl("getting-started")}>
3838
Getting Started
3939
</a>
40-
<a href={this.docUrl("api", this.props.language)}>
40+
<a href={this.docUrl("api")}>
4141
Api
4242
</a>
43-
<a href={this.docUrl("troubleshooting", this.props.language)}>
43+
<a href={this.docUrl("troubleshooting")}>
4444
Troubleshooting
4545
</a>
4646
</div>
@@ -56,7 +56,6 @@ class Footer extends React.Component {
5656
</div>
5757
<div>
5858
<h5>More</h5>
59-
<a href={`${this.props.config.baseUrl}blog`}>Blog</a>
6059
<a href="https://github.com/reduxjs/react-redux/">GitHub</a>
6160
<a
6261
className="github-button"

0 commit comments

Comments
 (0)