Skip to content

Commit 8edb2a1

Browse files
committed
coq.discourse.group -> discourse.rocq-prover.org renaming
1 parent 46d7ece commit 8edb2a1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/rocqproverorg_frontend/components/footer.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let policies = [
3838
let socials = [
3939
("https://coq.zulipchat.com", "Zulip", Icons.zulip);
4040
("https://github.com/rocq-prover", "GitHub", Icons.github);
41-
("https://coq.discourse.group", "Discourse", Icons.discourse);
41+
("https://discourse.rocq-prover.org", "Discourse", Icons.discourse);
4242
("https://mastodon.acm.org/@RocqProver", "Mastodon", Icons.mastodon);
4343
(* ("https://watch.ocaml.org/", "Peertube", Icons.peertube); *)
4444
("/planet.xml", "RSS", Icons.rss);

src/rocqproverorg_frontend/components/header.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ in
166166
<a aria-label="Rocq's Zulip" href="https://coq.zulipchat.com" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">
167167
<%s! Icons.zulip "w-6 h-6" %>
168168
</a>
169-
<a aria-label="Rocq's Discourse" href="https://coq.discourse.group" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">
169+
<a aria-label="Rocq's Discourse" href="https://discourse.rocq-prover.org" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">
170170
<%s! Icons.discourse "w-6 h-6" %>
171171
</a>
172172
<a aria-label="The Rocq Prover on GitHub" href="https://github.com/coq/coq" class="opacity-60 hover:opacity-100 text-content dark:text-dark-title hover:text-primary dark:hover:text-dark-primary">

src/rocqproverorg_frontend/pages/about.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Layout.render
107107
It also alludes to the mythological bird Roc (or Rokh), symbolizing strength and not so disconnected to a rooster.
108108
Furthermore, the name conveys a sense of solidity, and its unintended connection to music adds a pleasant resonance.
109109
The new name was chosen by the <a href="<%s Url.rocq_team (Some "core") %>">Core team</a> after a poll of the users, see
110-
<a href="https://coq.discourse.group/t/coq-community-survey-2022-results-part-iv-and-itp-paper-announcement/2001#renaming-coq-8">this page</a>
110+
<a href="https://discourse.rocq-prover.org/t/coq-community-survey-2022-results-part-iv-and-itp-paper-announcement/2001#renaming-coq-8">this page</a>
111111
for a detailed breakdown of the results.
112112
</p>
113113
<h2 id="awards">Awards</h2>

src/rocqproverorg_frontend/pages/community.eml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Community_layout.single_column_layout
3030
<%s! Hero_section.hero_button ~left_icon:(Icons.zulip "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Chat</strong> on") ~text:("Zulip") ~href:("https://coq.zulipchat.com/") "" %>
3131
</div>
3232
<div class="flex lg:flex-row mt-8 mr-4">
33-
<%s! Hero_section.hero_button ~left_icon:(Icons.discourse "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Share announcements</strong> on") ~text:("Discourse") ~href:("https://coq.zulipchat.com/") "" %>
33+
<%s! Hero_section.hero_button ~left_icon:(Icons.discourse "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Share announcements</strong> on") ~text:("Discourse") ~href:("https://rocq-prover.discourse.org/") "" %>
3434
</div>
3535
<div class="flex lg:flex-row mt-8 mr-4">
3636
<%s! Hero_section.hero_button ~left_icon:(Icons.github "w-6 h-6") ~right_icon:(Icons.link "w-5 h-5") ~extra_html:("<strong>Collaborate</strong> in") ~text:("Rocq-community") ~href:("https://github.com/coq-community/manifesto") "" %>
@@ -51,9 +51,9 @@ Community_layout.single_column_layout
5151
<ul>
5252
<p class="text-title dark:text-dark-title text-xl font-mono mb-2">Discussion</p>
5353
<%s! social_list_item ~text:("Casual and high traffic discussions on the Rocq Prover, and ecosystem projects - ") ~href:("https://coq.zulipchat.com") ~left_icon:(Icons.zulip "w-10 h-10") ~title:("Zulip") "" %>
54-
<%s! social_list_item ~text:("Anouncements and questions in English, Chinese, Spanish, French, German and Russian - ") ~href:("https://coq.discourse.group/") ~left_icon:(Icons.discourse "w-10 h-10") ~title:("Discourse") "" %>
54+
<%s! social_list_item ~text:("Announcements and questions in English, Chinese, Spanish, French, German and Russian - ") ~href:("https://discourse.rocq-prover.org/") ~left_icon:(Icons.discourse "w-10 h-10") ~title:("Discourse") "" %>
5555
<%s! social_list_item ~text:("Ask and help answer Rocq questions - ") ~href:("https://proofassistants.stackexchange.com/questions/tagged/coq") ~left_icon:(Icons.stackoverflow "w-10 h-10") ~title:("Proof Assistants Stack Exchange") "" %>
56-
<%s! social_list_item ~text:("Follow Rocq questions accross all Stack Exchange sites with this RSS feed - ") ~href:("https://stackexchange.com/filters/299857/questions-tagged-coq-on-stackexchange-sites") ~left_icon:(Icons.stackoverflow "w-10 h-10") ~title:("Stack Overflow and other Stack Exchange sites") "" %>
56+
<%s! social_list_item ~text:("Follow Rocq questions across all Stack Exchange sites with this RSS feed - ") ~href:("https://stackexchange.com/filters/299857/questions-tagged-coq-on-stackexchange-sites") ~left_icon:(Icons.stackoverflow "w-10 h-10") ~title:("Stack Overflow and other Stack Exchange sites") "" %>
5757
</ul>
5858
<ul>
5959
<p class="text-title dark:text-dark-title text-xl font-mono mb-2">Development</p>

0 commit comments

Comments
 (0)