Skip to content

Commit 8c9f7ae

Browse files
committed
Adjustment links in documentation
1 parent dbd46d9 commit 8c9f7ae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/website/core/Footer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ class Footer extends React.Component {
3737
</a>
3838
<div>
3939
<h5>Docs</h5>
40-
<a href={this.docUrl('doc1.html', this.props.language)}>
40+
<a href={this.docUrl('getting-started.html', this.props.language)}>
4141
Getting Started
4242
</a>
43-
<a href={this.docUrl('doc2.html', this.props.language)}>
43+
<a href={this.docUrl('how-contribute.html', this.props.language)}>
4444
How to contribute
4545
</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
4848
</a>
4949
</div>
5050
<div>

docs/website/pages/en/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ class HomeSplash extends React.Component {
6262
/>
6363
<ProjectTitle tagline={siteConfig.tagline} title={siteConfig.title} />
6464
<PromoSection>
65-
<Button href={docUrl('doc1.html')}>Get Started</Button>
65+
<Button href={docUrl('getting-started.html')}>
66+
Getting Started
67+
</Button>
6668
</PromoSection>
6769
</div>
6870
</SplashContainer>

0 commit comments

Comments
 (0)