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