Skip to content

Commit

Permalink
fix invalid link for exercises (ocaml#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevanantha authored Nov 28, 2023
1 parent d5edf57 commit 93b9d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/exercises.eml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Learn_layout.render
href="<%s Url.playground %>">inside
your browser</a>. The source of the following
problems is available on
<a href="https://github.com/ocaml/ocaml.org/tree/main/data/problems">GitHub</a>.
<a href="https://github.com/ocaml/ocaml.org/tree/main/data/exercises">GitHub</a>.
</p>
<p>
Every exercise has a difficulty level, ranging from beginner to advanced.
Expand Down

0 comments on commit 93b9d91

Please sign in to comment.