diff --git a/src/global/url.ml b/src/global/url.ml index 69d5d60c50..8e0fee4707 100644 --- a/src/global/url.ml +++ b/src/global/url.ml @@ -81,13 +81,9 @@ let tutorial_search = "/docs/search" let getting_started = "/docs/get-started" let installing_ocaml = "/docs/installing-ocaml" let exercises = "/exercises" -let installer = "/install-platform.sh" let outreachy = "/outreachy" let logos = "/logo" -let github_installer = - "https://github.com/tarides/ocaml-platform-installer/releases/latest/download/installer.sh" - let github_opam_file package_name package_version = Printf.sprintf "https://github.com/ocaml/opam-repository/blob/master/packages/%s/%s.%s/opam" diff --git a/src/ocamlorg_frontend/pages/platform.eml b/src/ocamlorg_frontend/pages/platform.eml index f1de1e4734..99c31722f0 100644 --- a/src/ocamlorg_frontend/pages/platform.eml +++ b/src/ocamlorg_frontend/pages/platform.eml @@ -43,17 +43,6 @@ Learn_layout.three_column_layout Detailed instructions to install OCaml and the Platform tools are available in "Installing OCaml". - - If you want to use the simpler, but experimental way to install the - Platform, you can use the OCaml - Platform Installer. To download it, run: -

-
<%s "bash < <(curl -sL https://ocaml.org" ^ Url.installer ^ ")" %>
-

- And run it to install the Platform tools in your opam switch: -

-
ocaml-platform