From ec4dee0613d31ae68842a897757c992e4e249021 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Apr 13 2021 09:10:19 +0000 Subject: [OCaml Packaging Guidelines] fix link to main Packaging Guidelines This seems to have been lifted unmodified from the old wiki page; fix to cross-reference the main guidelines page. Tested locally with `make; make serve` Signed-off-by: Michel Alexandre Salim --- diff --git a/guidelines/modules/ROOT/pages/OCaml.adoc b/guidelines/modules/ROOT/pages/OCaml.adoc index 7c35c60..b4a91fb 100644 --- a/guidelines/modules/ROOT/pages/OCaml.adoc +++ b/guidelines/modules/ROOT/pages/OCaml.adoc @@ -95,7 +95,7 @@ Rationale: OCaml does not offer binary compatibility between releases of the com == Packaging binaries -The rules for packaging OCaml binaries are not significantly different from packaging ordinary programs (see ["Packaging/Guidelines"] ). +The rules for packaging OCaml binaries are not significantly different from packaging ordinary programs (see xref:index.adoc[Packaging Guidelines]). However if the OCaml package also contains a library, then you should follow the rules above for packaging libraries as well.