File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments