Skip to content

Commit 68071ec

Browse files
authored
Fix a link typo for examples (#25)
1 parent cd814be commit 68071ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><a href=/index class=project-name>flame</a></h1>
1919
</ul>
2020
<br>
2121
<ul>
22-
<li><a href=https://github.com/easafe/purescript-flame/master/examples>Examples</a></li>
22+
<li><a href=https://github.com/easafe/purescript-flame/tree/master/examples>Examples</a></li>
2323
<li><a href=/benchmarks>Benchmarks</a></li>
2424
<li><a href=https://pursuit.purescript.org/packages/purescript-flame>API Reference</a></li>
2525
<li><a href=https://github.com/easafe/purescript-flame>GitHub</a></li>
@@ -42,4 +42,4 @@ <h1><a href=/index class=project-name>flame</a></h1>
4242
}
4343
</script>
4444
</body>
45-
</html>
45+
</html>

0 commit comments

Comments
 (0)