base
base copied to clipboard
API Documentation link not working
In the README, the API documentation links to https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html
which contains
<meta http-equiv = "refresh" content = "0; url=https://v3.ocaml.org/p/base/v0.15.0" />
which 301 redirects to https://ocaml.org .
The README link and probably also the janestreet.com redirect should be updated to point at https://ocaml.org/p/base/latest instead.
Dupe of https://github.com/janestreet/base/issues/159 which was closed without fixing
Likely this broke when the new ocaml.org site got launched.