You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://hub.docker.com/r/ocamlsf/learn-ocaml"Docker image of learn-ocaml")
12
13
[](https://hub.docker.com/r/ocamlsf/learn-ocaml-client"Docker image of learn-ocaml-client")
13
14
@@ -18,6 +19,7 @@ Howtos
18
19
*[How to write exercises?](https://github.com/ocaml-sf/learn-ocaml/blob/master/docs/howto-write-exercises.md)
19
20
*[How to submit an exercise to the global corpus?](https://github.com/ocaml-sf/learn-ocaml/blob/master/docs/howto-submit-an-exercise.md)
20
21
*[How to deploy an instance of Learn OCaml?](https://github.com/ocaml-sf/learn-ocaml/blob/master/docs/howto-deploy-a-learn-ocaml-instance.md)
22
+
*[How to deploy Learn-OCaml statically?](https://github.com/ocaml-sf/learn-ocaml/blob/master/docs/howto-deploy-learn-ocaml-statically.md)
21
23
22
24
Contacts
23
25
--------
@@ -59,16 +61,16 @@ to redistribute it. See (http://www.exljbris.com/eula.html). You will
59
61
optionally have to procure the files by yourself while building the
60
62
app. If not, the CSS provides a reasonable fallback font.
61
63
62
-
Contributions to this repository are placed under the BSD
64
+
Contributions to this repository are placed under the MIT
63
65
license. This means that we can merge them with the same license as
64
66
the rest of the codebase, while you keep all the rights on your code.
65
67
And we will not have to bother you with any future license update.
66
-
See (https://opensource.org/licenses/BSD-3-Clause).
68
+
See (https://opensource.org/licenses/MIT).
67
69
68
70
Authors and Acknowledgements
69
71
----------------------------
70
72
71
-
Learn-OCaml is a free software by the [OCaml Software Foundation](http://ocaml-sf.org).
73
+
Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml-sf.org).
72
74
73
75
* The main authors are Benjamin Canou, Çağdaş Bozman and Grégoire Henry.
0 commit comments