Fixed link to /odoc

This commit is contained in:
Georges Dupéron 2019-06-22 17:41:35 +02:00
parent 5f49d20fbb
commit cba9c00ee5

View File

@ -37,7 +37,7 @@ class Footer extends React.Component {
<a href={this.docUrl('contributors/origin.html', this.props.language)}>
Contribute
</a>
<a href={this.docUrl('/odoc', this.props.language)}>
<a href="/odoc">
Api Documentation
</a>
</div>