ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Wrong Links and 404 Error in CSV/latest website page

Open alessitomas opened this issue 7 months ago • 0 comments

In the CSV latest page: https://ocaml.org/p/csv/latest, all links from the Documentation section inside README.md are broken.

Documentation section:

The documentation for the Csv (resp. Csv_lwt) module can be found online (resp. here) or in csv.mli (resp. csv_lwt.mli).

Also see the examples.

Errors:

(https://math.umons.ac.be/anum/software/csv/) and (https://math.umons.ac.be/anum/software/csv-lwt/) links redirect to a university homepage, while (https://ocaml.org/p/csv/examples/), (https://ocaml.org/p/csv/src/csv.mli) and (https://ocaml.org/p/csv/lwt/csv_lwt.mli) links return 404 Error.

alessitomas avatar Apr 01 '25 14:04 alessitomas