Skip to content

Commit

Permalink
chore: update docusaurus template
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <aeneasr@users.noreply.github.com>
  • Loading branch information
aeneasr committed Jun 8, 2020
1 parent d38b19c commit 75dda89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Version() {
<tr>
<th>master</th>
<td>
<Link to={useBaseUrl('/next/index')}>
<Link to={useBaseUrl('/next')}>
Documentation
</Link>
</td>
Expand All @@ -72,7 +72,7 @@ function Version() {
<tr key={version}>
<th>{version}</th>
<td>
<Link to={useBaseUrl(`/${version}/index`)}>
<Link to={useBaseUrl(`/${version}`)}>
Documentation
</Link>
</td>
Expand Down

0 comments on commit 75dda89

Please sign in to comment.