Skip to content

Commit 5b7d5b6

Browse files
authored
Merge pull request #5676 from duanebester/fix-#5672
Fix #5672: Update Features page with correct links to doc
2 parents 44600e8 + b053ce2 commit 5b7d5b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/_includes/features.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 id="so-features">So, features?</h1>
99
</colgroup>
1010
<tbody>
1111
<tr>
12-
<td><a href="http://dotty.epfl.ch/docs/reference/union-types.html">Union</a>, <a href="http://dotty.epfl.ch/docs/reference/intersection-types.html">intersection</a> and <a href="http://dotty.epfl.ch/docs/reference/singleton-types.html">literal singleton types</a></td>
12+
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/union-types.html">Union</a>, <a href="http://dotty.epfl.ch/docs/reference/new-types/intersection-types.html">intersection</a> and <a href="http://dotty.epfl.ch/docs/reference/singleton-types.html">literal singleton types</a></td>
1313
<td>Implemented</td>
1414
</tr>
1515
<tr>
@@ -25,23 +25,23 @@ <h1 id="so-features">So, features?</h1>
2525
<td>Implemented</td>
2626
</tr>
2727
<tr>
28-
<td><a href="http://dotty.epfl.ch/docs/reference/changed/pattern-matching.html">Option-less pattern matching</a></td>
28+
<td><a href="http://dotty.epfl.ch/docs/reference/changed-features/pattern-matching.html">Option-less pattern matching</a></td>
2929
<td>Implemented</td>
3030
</tr>
3131
<tr>
32-
<td><a href="http://dotty.epfl.ch/docs/reference/auto-parameter-tupling.html">Automatic tupling of function parameters</a></td>
32+
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/auto-parameter-tupling.html">Automatic tupling of function parameters</a></td>
3333
<td>Implemented</td>
3434
</tr>
3535
<tr>
36-
<td><a href="http://dotty.epfl.ch/docs/reference/multiversal-equality.html">Multiversal equality</a></td>
36+
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/multiversal-equality.html">Multiversal equality</a></td>
3737
<td>Implemented</td>
3838
</tr>
3939
<tr>
40-
<td><a href="http://dotty.epfl.ch/docs/reference/implicit-function-types.html">Implicit function types</a></td>
40+
<td><a href="http://dotty.epfl.ch/docs/reference/new-types/implicit-function-types.html">Implicit function types</a></td>
4141
<td>Implemented</td>
4242
</tr>
4343
<tr>
44-
<td><a href="http://dotty.epfl.ch/docs/reference/erased-terms.html">Erased Terms</a></td>
44+
<td><a href="http://dotty.epfl.ch/docs/reference/other-new-features/erased-terms.html">Erased Terms</a></td>
4545
<td>In progress</td>
4646
</tr>
4747
<tr>

0 commit comments

Comments
 (0)