Skip to content

Commit 7133e6a

Browse files
berekukmarkerikson
authored andcommitted
Fix GitHub link in footer (#255)
1 parent cb498a6 commit 7133e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/core/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Footer extends React.Component {
5050
</div>
5151
<div>
5252
<h5>More</h5>
53-
<a href="https://github.com/reduxjs/redux/">GitHub</a>
53+
<a href="https://github.com/reduxjs/redux-toolkit">GitHub</a>
5454
<a
5555
className="github-button"
5656
href={this.props.config.repoUrl}

0 commit comments

Comments
 (0)