Skip to content

Commit 1f1b696

Browse files
Merge pull request #2634 from dotty-staging/fix-features-links
Fix features.html links
2 parents 983202b + ca4bc57 commit 1f1b696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_includes/features.html

Lines changed: 3 additions & 3 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"></a>Option-less pattern matching</td>
28+
<td><a href="http://dotty.epfl.ch/docs/reference/pattern-matching.html">Option-less pattern matching</a></td>
2929
<td>Implemented</td>
3030
</tr>
3131
<tr class="odd">
@@ -53,7 +53,7 @@ <h1 id="so-features">So, features?</h1>
5353
<td>In progress</td>
5454
</tr>
5555
<tr class="odd">
56-
<td><a href="https://github.com/lampepfl/dotty/pull/2199"></a>HList &amp; HMaps/Record types</td>
56+
<td><a href="https://github.com/lampepfl/dotty/pull/2199">HList &amp; HMaps/Record types</a></td>
5757
<td>In progress</td>
5858
</tr>
5959
<tr class="even">
@@ -72,7 +72,7 @@ <h1 id="talks-on-dotty">Talks on Dotty?</h1>
7272
<li><a href="https://www.youtube.com/watch?v=GHzWqJKFCk4">Scala's Road Ahead</a> by Martin Odersky (<a href="http://www.slideshare.net/Odersky/scala-days-nyc-2016">slides</a>)</li>
7373
<li><a href="https://www.youtube.com/watch?v=WxyyJyB_Ssc">Compilers are Databases</a> by Martin Odersky (<a href="http://www.slideshare.net/Odersky/compilers-are-databases">slides</a>)</li>
7474
<li><a href="https://www.youtube.com/watch?v=aftdOFuVU1o">Exploring the future of Scala</a> by Dmitry Petrashko (<a href="https://d-d.me/scalaworld2015/#/">slides</a>)</li>
75-
<p><a href="http://dotty.epfl.ch/docs/resources/talks.html#deep-dive-with-dotty">Deep Dive with Dotty</a></p>
75+
<li><a href="http://dotty.epfl.ch/docs/resources/talks.html">Deep Dive with Dotty</a></li>
7676
</ul>
7777
<h1 id="i-have-more-questions">I have more questions!</h1>
7878
<div class="centered-text">

0 commit comments

Comments
 (0)