Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ follow the established pattern, and follow these guidelines:
This will give your language line-editing capabilities (if `rlwrap` is installed)
and a uniform user interface.
9. Do not use `open` to open modules, there are
[better solutions](https://realworldocaml.org/v1/en/html/files-modules-and-programs.html)
[better solutions](https://dev.realworldocaml.org/files-modules-and-programs.html#scrollNav-6)
(the best one is to just not look for any shortcuts).

Remember: these are *guidelines* that can be broken for a good enough reason.