Skip to content

Commit

Permalink
docs: fix history version link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pines-Cheng committed Aug 27, 2019
1 parent 7fee56b commit 793009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Versions (props) {
</th>
<td>
<a
href={`${siteConfig.baseUrl}${siteConfig.docsUrl}/${props.language}/${version}/installation`}
href={`${siteConfig.baseUrl}${siteConfig.docsUrl}/${props.language}/${version}/README.html`}
>
文档
</a>
Expand Down

0 comments on commit 793009e

Please sign in to comment.