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 {
26
26
< a
27
27
href = {
28
28
this . props . config . baseUrl +
29
- 'docs/' +
30
- this . props . language +
31
- '/getting-started.html'
29
+ 'docs/getting-started.html'
32
30
} >
33
31
Getting Started
34
32
</ a >
35
33
< a
36
34
href = {
37
35
this . props . config . baseUrl +
38
- 'docs/' +
39
- this . props . language +
40
- '/api-reference.html'
36
+ 'docs/api-reference.html'
41
37
} >
42
38
API Reference
43
39
</ a >
44
40
< a
45
41
href = {
46
42
this . props . config . baseUrl +
47
- 'docs/' +
48
- this . props . language +
49
- '/custom-navigator-overview.html'
43
+ 'docs/custom-navigator-overview.html'
50
44
} >
51
45
Building your own Navigator
52
46
</ a >
53
47
< a
54
48
href = {
55
49
this . props . config . baseUrl +
56
- 'docs/' +
57
- this . props . language +
58
- '/contributing.html'
50
+ 'docs/contributing.html'
59
51
} >
60
52
Contributing
61
53
</ a >
You can’t perform that action at this time.
0 commit comments