mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 03:08:17 +02:00
Fix footer doc link
This commit is contained in:
parent
9e412f6bd7
commit
54e94cc13c
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,8 @@ class Footer extends React.Component {
|
|||
<section className="sitemap">
|
||||
<a href={this.props.config.baseUrl} className="nav-home">
|
||||
<img
|
||||
src={`${this.props.config.baseUrl}${this.props.config.footerIcon}`}
|
||||
src={`${this.props.config.baseUrl}${this.props.config
|
||||
.footerIcon}`}
|
||||
alt={this.props.config.title}
|
||||
width="66"
|
||||
height="58"
|
||||
|
@ -27,8 +28,7 @@ class Footer extends React.Component {
|
|||
<h5>Docs</h5>
|
||||
<a
|
||||
href={`
|
||||
${this.props.config.baseUrl}docs/${this.props
|
||||
.language}/getting-started.html`}
|
||||
${this.props.config.baseUrl}docs/installation.html`}
|
||||
>
|
||||
Getting Started
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue