From 9b4461476c196f81b361a42f6300b165b71cd0e7 Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Wed, 21 May 2025 22:05:28 -0400 Subject: [PATCH] Fix project links --- pages/home.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home.rb b/pages/home.rb index d0c9a81..0827fc6 100644 --- a/pages/home.rb +++ b/pages/home.rb @@ -15,19 +15,19 @@ class Pages::Home < ::Phlex::HTML ul { project_link( name: "phlexite", - url: "https://git.farthergate.com/aleks/phlexite", + url: "https://github.com/aleksrutins/phlexite", desc: "a simple static site generator using phlex for templating" ) project_link( name: "mzk", - url: "https://git.farthergate.com/aleks/mzk", + url: "https://sr.ht/~aleksrutins/mzk/", desc: "bash scripts to help you manage your zettelkasten" ) project_link( name: "dynamite", - url: "https://git.farthergate.com/aleks/dynamite", + url: "https://sr.ht/~aleksrutins/dynamite/", desc: "a customizable lv2 distortion plugin" )