diff --git a/pages/home.go b/pages/home.go
index ce1c261..ec402fd 100644
--- a/pages/home.go
+++ b/pages/home.go
@@ -28,9 +28,9 @@ func Home(c echo.Context) error {
Icon: template.HTML(``),
},
{
- Name: "Github",
- Href: "https://github.com/atridadl",
- Icon: template.HTML(``),
+ Name: "Git",
+ Href: "https://git.atri.dad/atridad",
+ Icon: template.HTML(``),
},
{
Name: "Bluesky",
diff --git a/pages/projects.go b/pages/projects.go
index e236f9e..0bf828b 100644
--- a/pages/projects.go
+++ b/pages/projects.go
@@ -15,25 +15,25 @@ func Projects(c echo.Context) error {
Name: "Pollo",
Description: "A dead-simple real-time voting tool.",
Tags: []string{"golang", "htmx", "product"},
- Href: "https://github.com/atridadl/pollo",
+ Href: "https://git.atri.dad/atridad/pollo",
},
{
Name: "GOTH Stack",
Description: "🚀 A Web Application Template Powered by HTMX + Go + Tailwind 🚀",
Tags: []string{"golang", "htmx", "template"},
- Href: "https://github.com/atridadl/goth.stack",
+ Href: "https://git.atri.dad/atridad/goth.stack",
},
{
Name: "Himbot",
Description: "A discord bot written in Go. Loosly named after my username online (HimbothySwaggins).",
Tags: []string{"golang", "bot"},
- Href: "https://github.com/atridadl/HimBot",
+ Href: "https://git.atri.dad/atridad/himbot",
},
{
Name: "loadr",
Description: "A lightweight REST load testing tool with robust support for different verbs, token auth, and performance reports.",
Tags: []string{"golang", "cli"},
- Href: "https://github.com/atridadl/loadr",
+ Href: "https://git.atri.dad/atridad/loadr",
},
}