summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 85d1af61f5..f247668666 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -142,10 +142,9 @@ better than adding redundant explanations.)
Changes affecting the compiler libraries should be reflected in the
documentation comments of the relevant `.mli` files.
-For changes affecting the OCaml Reference Manual (in particular any
-change in the surface language), you should also prepare a merge
-request against the manual repository,
-<https://github.com/ocaml/ocaml-manual>.
+It is recommended to included changes to the OCaml Reference Manual
+(in particular for any change in the surface language), which is now
+part of the main repository (under `manual/`).
Finally, changes in command-line options should be integrated in the
manual, but also in the man pages present in the `man/` sub-directory