diff --git a/_sources/chapters/basics/exercises.md b/_sources/chapters/basics/exercises.md index 66806691..371ee1da 100644 --- a/_sources/chapters/basics/exercises.md +++ b/_sources/chapters/basics/exercises.md @@ -26,7 +26,7 @@ scroll down to find it on that page). there is no built-in integer exponentiation operator in OCaml (nor is there in C, by the way), in part because it is not an operation provided by most CPUs.* -[ops]: https://ocaml.org/manual/expr.html +[ops]: https://v2.ocaml.org/manual/expr.html#ss%3Aexpr-operators {{ ex1 | replace("%%NAME%%", "equality")}} diff --git a/chapters/basics/exercises.html b/chapters/basics/exercises.html index 0650efb9..dfe40b39 100644 --- a/chapters/basics/exercises.html +++ b/chapters/basics/exercises.html @@ -541,7 +541,7 @@

2.9. Exercises

Exercise: operators [★★]

-

Examine the table of all operators in the OCaml manual (you will have to +

Examine the table of all operators in the OCaml manual (you will have to scroll down to find it on that page).