Skip to content

Commit 61e8c72

Browse files
authored
Merge pull request #226 from flow-control/patch-1
Fix link to `3.0` doc
2 parents 9f8da88 + 861470f commit 61e8c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Versions(props) {
6969
<tr>
7070
<th>{version}</th>
7171
<td>
72-
<a href={"docs/"+version+"/migrating.html"}>Documentation</a>
72+
<a href={"docs/"+version+"/features.html"}>Documentation</a>
7373
</td>
7474
<td>
7575
<a href="">Release Notes</a>

0 commit comments

Comments
 (0)