diff --git a/docs/src/languages/ocaml.md b/docs/src/languages/ocaml.md index 553b5dbdd3..5424803e74 100644 --- a/docs/src/languages/ocaml.md +++ b/docs/src/languages/ocaml.md @@ -7,7 +7,7 @@ If you have the development environment already setup, you can skip to [Launching Zed](#launching-zed) ### Using OPAM -Opam is the official package manager for OCaml and is highly recommended for getting started with OCaml. To get started using Opam, please follow the instructions provided [here](https://opam.ocaml.org/doc/Install.html). +Opam is the official package manager for OCaml and is highly recommended for getting started with OCaml. To get started using Opam, please follow the instructions provided [here](https://ocaml.org/install). Once you install opam and setup a switch with your development environment as per the instructions, you can proceed.