fix: autogenerated versions.js should not be confusing (#1314)

This commit is contained in:
Endilie Yacop Sucipto 2019-03-28 20:35:13 +08:00 committed by GitHub
parent edec1a9eda
commit 087fef7806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,10 +71,14 @@ function Versions(props) {
<tr>
<th>{version}</th>
<td>
{/* You are supposed to fill this href by yourself
Example: href={`docs/${version}/doc.html`} */}
<a href="">Documentation</a>
</td>
<td>
<a href="">Release Notes</a>
<a href={`${repoUrl}/releases/tag/v${version}`}>
Release Notes
</a>
</td>
</tr>
),