From c1ada087b47c87d1d4e02543fca8ac3cb7502d1e Mon Sep 17 00:00:00 2001 From: Rashid Almheiri Date: Wed, 7 Feb 2024 23:12:53 +0400 Subject: [PATCH] docs: Update OPAM installation instructions (#7510) Use the new installation procedures located at https://ocaml.org/install. Release Notes: - N/A --- docs/src/languages/ocaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.