Skip to content

Commit

Permalink
index: link to mastodon, not twitter
Browse files Browse the repository at this point in the history
`rel="me"` allows mastodon to put a "verified" mark next to the link on
the profile.

see also: 3df770f

Closes: #235 [via git-merge-pr]
  • Loading branch information
classabbyamp authored and the-maldridge committed Sep 30, 2024
1 parent 00a08bd commit 0879eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>The Void (Linux) distribution</h2>
</p>
<p>It is available for a variety of platforms. Software packages can be built natively or cross compiled through the <a href="https://github.com/void-linux/void-packages">XBPS source packages collection</a>.
</p>
<p>Follow us on <a href="https://twitter.com/voidlinux" title="Void on Twitter">Twitter</a>, visit the <a href="ircs://irc.libera.chat/#voidlinux">#voidlinux</a> IRC channel on <a href="https://libera.chat">libera.chat</a>, and join the <a href="https://www.reddit.com/r/voidlinux/">Void Linux subreddit</a>.
<p>Follow us on <a rel="me" href="https://chaos.social/@voidlinux" title="Void on Mastodon">Mastodon</a>, visit the <a href="ircs://irc.libera.chat/#voidlinux">#voidlinux</a> IRC channel on <a href="https://libera.chat">libera.chat</a>, and join the <a href="https://www.reddit.com/r/voidlinux/">Void Linux subreddit</a>.
</p>
<p>Visit the <a href="https://build.voidlinux.org" title="Void builder">Void build server console</a> for package build status updates.
</p>
Expand Down

0 comments on commit 0879eaa

Please sign in to comment.