diff --git a/pages/home.go b/pages/home.go
index 5646c3b..58b57df 100644
--- a/pages/home.go
+++ b/pages/home.go
@@ -37,19 +37,9 @@ func Home(c echo.Context) error {
},
{
Name: "Mastdon",
- Href: "https://blahaj.zone/@atridad",
+ Href: "https://mastodon.social/@atridotdad",
Icon: template.HTML(``),
},
- {
- Name: "Matrix",
- Href: "https://chat.blahaj.zone/@atridad",
- Icon: template.HTML(``),
- },
- {
- Name: "Lemmy",
- Href: "https://lemmy.blahaj.zone/u/atridad",
- Icon: template.HTML(``),
- },
{
Name: "GitHub",
Href: "https://github.com/atridadl",