diff --git a/src/lib/ml/base.ts b/src/lib/ml/base.ts index e5f9bf43fc..69d53ac837 100644 --- a/src/lib/ml/base.ts +++ b/src/lib/ml/base.ts @@ -34,7 +34,7 @@ type MlArrayOptionalElements = { /** * js_of_ocaml representation of a byte array, - * see https://github.com/ocsigen/js_of_ocaml/blob/master/runtime/mlBytes.js + * see https://github.com/ocsigen/js_of_ocaml/blob/master/runtime/js/mlBytes.js */ type MlBytes = { t: number; c: string; l: number }; type MlString = MlBytes;