summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-05-17 11:57:55 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-05-17 11:57:55 -0400
commitdf13bf6c1365997b839977deee8dcb643e777a8c (patch)
tree1dd7dc524589698e064b23a9e3b2d30ecf14ce13
parent23503e379470bab5913c3e8a3aae5df822255488 (diff)
replace twitter.com with x.com
-rw-r--r--static/contact.html17
-rw-r--r--static/install/cli.html2
-rw-r--r--static/releases.html16
-rw-r--r--templates/footer.html2
4 files changed, 20 insertions, 17 deletions
diff --git a/static/contact.html b/static/contact.html
index a3dd107d..f69028ca 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -177,14 +177,17 @@
priority of emails that are not security reports. Your emails will be treated as a
much lower priority if you misuse this address.</p>
- <p>The official Twitter account for the project is <a href="https://twitter.com/GrapheneOS">@GrapheneOS</a>
- which is used for official announcements.</p>
+ <p>The official Twitter account for the project is <a
+ href="https://x.com/GrapheneOS">@GrapheneOS</a> which is used for official
+ announcements.</p>
- <p>The official Mastodon account for the project is <a href="https://grapheneos.social/@GrapheneOS">@GrapheneOS@grapheneos.social</a>
- which is used for official announcements.</p>
+ <p>The official Mastodon account for the project is <a
+ href="https://grapheneos.social/@GrapheneOS">@GrapheneOS@grapheneos.social</a> which
+ is used for official announcements.</p>
- <p>The official Bluesky account for the project is <a href="https://bsky.app/profile/grapheneos.org">@grapheneos.org</a>
- which is used for official announcements.</p>
+ <p>The official Bluesky account for the project is <a
+ href="https://bsky.app/profile/grapheneos.org">@grapheneos.org</a> which is used for
+ official announcements.</p>
</section>
<section id="hiring">
@@ -251,7 +254,7 @@
"email": "contact@grapheneos.org",
"sameAs": [
"https://discuss.grapheneos.org/u/GrapheneOS",
- "https://twitter.com/GrapheneOS",
+ "https://x.com/GrapheneOS",
"https://grapheneos.social/@GrapheneOS",
"https://bsky.app/profile/grapheneos.org",
"https://cohost.org/GrapheneOS",
diff --git a/static/install/cli.html b/static/install/cli.html
index b42b67e0..1d619037 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -411,7 +411,7 @@ Installed as /home/username/platform-tools/fastboot</pre>
<ul>
<li><a href="https://bsky.app/profile/grapheneos.org/post/3kleyygkptm2x">Bluesky</a></li>
- <li><a href="https://twitter.com/GrapheneOS/status/1757758688952009209">Twitter</a></li>
+ <li><a href="https://x.com/GrapheneOS/status/1757758688952009209">Twitter</a></li>
<li><a href="https://github.com/GrapheneOS/releases.grapheneos.org/blob/main/static/allowed_signers">GitHub</a></li>
</ul>
diff --git a/static/releases.html b/static/releases.html
index 91071aef..5f719c00 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -418,14 +418,14 @@
with the <a href="https://discuss.grapheneos.org/t/announcements">Announcements tag</a>.</p>
<p>The announcements are also posted from the <a
- href="https://twitter.com/GrapheneOS">@GrapheneOS Twitter
- account</a>, the <a href="https://grapheneos.social/@GrapheneOS">@GrapheneOS
- Mastodon account</a>, the <a href="https://bsky.app/profile/grapheneos.org">
- @grapheneos.org Bluesky account</a>, the <a href="https://reddit.com/r/GrapheneOS">
- official subreddit</a>, and in the official <a href="/contact#community">GrapheneOS chat
- rooms</a> including the dedicated releases room/channel on the respective chat platform
- (Matrix, Discord, Telegram). Each of these links to the main discussion thread on our discussion
- forum.</p>
+ href="https://x.com/GrapheneOS">@GrapheneOS Twitter account</a>, the <a
+ href="https://grapheneos.social/@GrapheneOS">@GrapheneOS Mastodon account</a>, the
+ <a href="https://bsky.app/profile/grapheneos.org"> @grapheneos.org Bluesky
+ account</a>, the <a href="https://reddit.com/r/GrapheneOS"> official subreddit</a>,
+ and in the official <a href="/contact#community">GrapheneOS chat rooms</a> including
+ the dedicated releases room/channel on the respective chat platform (Matrix,
+ Discord, Telegram). Each of these links to the main discussion thread on our
+ discussion forum.</p>
</section>
<section id="stable-channel">
diff --git a/templates/footer.html b/templates/footer.html
index aad57ae1..b1db77bb 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -6,7 +6,7 @@
<li><a href="https://t.me/GrapheneOS">Telegram</a></li>
<li><a href="https://matrix.to/#/%23community:grapheneos.org">Matrix</a></li>
<li><a href="/hiring">Hiring</a></li>
- <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
+ <li><a href="https://x.com/GrapheneOS">X</a></li>
<li><a href="https://grapheneos.social/@GrapheneOS">Mastodon</a></li>
<li><a href="https://bsky.app/profile/grapheneos.org">Bluesky</a></li>
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>