Skip to content

Commit 616bfc4

Browse files
authored
make the github links on ocaml.org point to the ocaml org (#2048)
Rather than just the ocaml repository (closes #2043).
1 parent 7ee62af commit 616bfc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ocamlorg_frontend/components/footer.eml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let policies = [
3434
]
3535

3636
let 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);

src/ocamlorg_frontend/pages/community.eml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" %>

0 commit comments

Comments
 (0)