From 113b08b0506da9e8c957c8e42eec5bd6591675b3 Mon Sep 17 00:00:00 2001 From: azzamsa Date: Tue, 9 Apr 2019 07:42:11 +0700 Subject: [PATCH] Update installation instruction link for OCaml module --- modules/prelude-ocaml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prelude-ocaml.el b/modules/prelude-ocaml.el index d8f48df..9c64b67 100644 --- a/modules/prelude-ocaml.el +++ b/modules/prelude-ocaml.el @@ -28,7 +28,7 @@ ;; The minimum required setup for using Prelude's OCaml setup would be ;; to install OPAM, and then, minimally `opam install core utop'. A ;; good getting started guide is available at -;; https://github.com/realworldocaml/book/wiki/Installation-Instructions +;; https://dev.realworldocaml.org/install.html ;;; License: