File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ class Footer extends React.Component {
37
37
</ a >
38
38
< div >
39
39
< h5 > Docs</ h5 >
40
- < a href = { this . docUrl ( 'doc1 .html' , this . props . language ) } >
40
+ < a href = { this . docUrl ( 'getting-started .html' , this . props . language ) } >
41
41
Getting Started
42
42
</ a >
43
- < a href = { this . docUrl ( 'doc2 .html' , this . props . language ) } >
43
+ < a href = { this . docUrl ( 'how-contribute .html' , this . props . language ) } >
44
44
How to contribute
45
45
</ a >
46
- < a href = { this . docUrl ( 'doc3 .html' , this . props . language ) } >
47
- React dependency scripts
46
+ < a href = { this . docUrl ( 'projects .html' , this . props . language ) } >
47
+ Projects
48
48
</ a >
49
49
</ div >
50
50
< div >
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ class HomeSplash extends React.Component {
62
62
/>
63
63
< ProjectTitle tagline = { siteConfig . tagline } title = { siteConfig . title } />
64
64
< PromoSection >
65
- < Button href = { docUrl ( 'doc1.html' ) } > Get Started</ Button >
65
+ < Button href = { docUrl ( 'getting-started.html' ) } >
66
+ Getting Started
67
+ </ Button >
66
68
</ PromoSection >
67
69
</ div >
68
70
</ SplashContainer >
You can’t perform that action at this time.
0 commit comments