Skip to content

Commit 2d457a3

Browse files
committed
Fix #2668: broken links on landing page
Before #2519 is merged, this fix should be revisited
1 parent ebfc2ef commit 2d457a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/_includes/features.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 id="so-features">So, features?</h1>
2525
<td>Implemented</td>
2626
</tr>
2727
<tr class="even">
28-
<td><a href="http://dotty.epfl.ch/docs/reference/pattern-matching.html">Option-less pattern matching</a></td>
28+
<td><a href="http://dotty.epfl.ch/docs/reference/changed/pattern-matching.html">Option-less pattern matching</a></td>
2929
<td>Implemented</td>
3030
</tr>
3131
<tr class="odd">
@@ -37,7 +37,10 @@ <h1 id="so-features">So, features?</h1>
3737
<td>Implemented</td>
3838
</tr>
3939
<tr class="even">
40-
<td><a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a></td>
40+
<td>
41+
<!--<a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a>-->
42+
Phantom types
43+
</td>
4144
<td>Implemented</td>
4245
</tr>
4346
<tr class="odd">

0 commit comments

Comments
 (0)