mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +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">
|
<section className="sitemap">
|
||||||
<a href={this.props.config.baseUrl} className="nav-home">
|
<a href={this.props.config.baseUrl} className="nav-home">
|
||||||
<img
|
<img
|
||||||
src={`${this.props.config.baseUrl}${this.props.config.footerIcon}`}
|
src={`${this.props.config.baseUrl}${this.props.config
|
||||||
|
.footerIcon}`}
|
||||||
alt={this.props.config.title}
|
alt={this.props.config.title}
|
||||||
width="66"
|
width="66"
|
||||||
height="58"
|
height="58"
|
||||||
|
@ -27,8 +28,7 @@ class Footer extends React.Component {
|
||||||
<h5>Docs</h5>
|
<h5>Docs</h5>
|
||||||
<a
|
<a
|
||||||
href={`
|
href={`
|
||||||
${this.props.config.baseUrl}docs/${this.props
|
${this.props.config.baseUrl}docs/installation.html`}
|
||||||
.language}/getting-started.html`}
|
|
||||||
>
|
>
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue