Skip to content

Commit 6d1f04a

Browse files
yeenabmarkerikson
authored andcommitted
Fix link to api breaking (#120)
1 parent 8cb65c5 commit 6d1f04a

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
@@ -35,7 +35,7 @@ class Footer extends React.Component {
3535
<div>
3636
<h5>Docs</h5>
3737
<a href={this.docUrl('introduction/quick-start')}>Quick Start</a>
38-
<a href={this.docUrl('api')}>API Reference</a>
38+
<a href={this.docUrl('api/configureStore')}>API Reference</a>
3939
</div>
4040
<div>
4141
<h5>Community</h5>

0 commit comments

Comments
 (0)