Skip to content

Commit 5242df8

Browse files
authored
Merge pull request react-navigation#96 from react-navigation/fixFooter
fix footer links
2 parents f1105d7 + 407612d commit 5242df8

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

website/core/Footer.js

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,28 @@ class Footer extends React.Component {
2626
<a
2727
href={
2828
this.props.config.baseUrl +
29-
'docs/' +
30-
this.props.language +
31-
'/getting-started.html'
29+
'docs/getting-started.html'
3230
}>
3331
Getting Started
3432
</a>
3533
<a
3634
href={
3735
this.props.config.baseUrl +
38-
'docs/' +
39-
this.props.language +
40-
'/api-reference.html'
36+
'docs/api-reference.html'
4137
}>
4238
API Reference
4339
</a>
4440
<a
4541
href={
4642
this.props.config.baseUrl +
47-
'docs/' +
48-
this.props.language +
49-
'/custom-navigator-overview.html'
43+
'docs/custom-navigator-overview.html'
5044
}>
5145
Building your own Navigator
5246
</a>
5347
<a
5448
href={
5549
this.props.config.baseUrl +
56-
'docs/' +
57-
this.props.language +
58-
'/contributing.html'
50+
'docs/contributing.html'
5951
}>
6052
Contributing
6153
</a>

0 commit comments

Comments
 (0)