Fix footer doc link

This commit is contained in:
Frank Li 2017-08-16 13:42:59 -07:00
parent 9e412f6bd7
commit 54e94cc13c

View file

@ -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>