File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let policies = [
3434 ]
3535
3636let socials = [
37- ("https://github.com/ocaml/ocaml ", "GitHub", Icons.github);
37+ ("https://github.com/ocaml", "GitHub", Icons.github);
3838 ("https://discord.gg/cCYQbqN", "Discord", Icons.discord);
3939 ("https://twitter.com/ocamllang", "Twitter", Icons.twitter);
4040 ("https://watch.ocaml.org/", "Peertube", Icons.peertube);
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ Community_layout.single_column_layout
5151 <p class="text-title dark:text-dark-title font-bold text-lg mb-1">Watch</p>
5252 <p class="font-normal text-content dark:text-dark-content">Watch community videos like past OCaml Workshop events.</p>
5353 </a>
54- <a href="https://github.com/ocaml/ocaml " class="card dark:dark-card p-5 rounded-xl">
54+ <a href="https://github.com/ocaml" class="card dark:dark-card p-5 rounded-xl">
5555 <%s! Icons.github "h-8 w-8 mb-1 text-primary dark:text-dark-primary" %>
5656 <p class="text-title dark:text-dark-title font-bold text-lg mb-1">GitHub</p>
57- <p class="font-normal text-content dark:text-dark-content">Open bug reports and feature requests on the OCaml compiler.</p>
57+ <p class="font-normal text-content dark:text-dark-content">Open bug reports and feature requests on the OCaml compiler, this website and others .</p>
5858 </a>
5959 <a href="https://discord.gg/cCYQbqN" class="card dark:dark-card p-5 rounded-xl">
6060 <%s! Icons.discord "h-8 w-8 mb-1 text-primary dark:text-dark-primary" %>
You can’t perform that action at this time.
0 commit comments