From b7231ce286398c809a406ed76db315271faf3036 Mon Sep 17 00:00:00 2001 From: preston Date: Sun, 19 Mar 2023 18:27:24 -0700 Subject: replace links with nullring.xyz links --- website/projects/dotfiles.html | 6 +++--- website/projects/no_excess.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'website/projects') diff --git a/website/projects/dotfiles.html b/website/projects/dotfiles.html index 845b031..46ca9f1 100644 --- a/website/projects/dotfiles.html +++ b/website/projects/dotfiles.html @@ -20,14 +20,14 @@ $$START CONTENT Picture taken of dotfiles

You can get the dotfiles here:

-git clone git://prestonpan.tech/dotfiles_dracula.git +git clone git://nullring.xyz/dotfiles_dracula.git

And given a certain suckless program, you can clone my version like this:

-git clone git://prestonpan.tech/[suckless_program]_dracula.git +git clone git://nullring.xyz/[suckless_program]_dracula.git

If you still have problems getting the copies of the software, you can - browse my git frontend for the software + browse my git frontend for the software names.

$$END CONTENT diff --git a/website/projects/no_excess.html b/website/projects/no_excess.html index 873b75e..8d5db75 100644 --- a/website/projects/no_excess.html +++ b/website/projects/no_excess.html @@ -16,11 +16,11 @@ $$START CONTENT

You can get the program here:

-git clone git://prestonpan.tech/no_excess.git +git clone git://nullring.xyz/no_excess.git

If you still have problems getting the copies of the software, you can - browse my git frontend for the software + browse my git frontend for the software names.

-- cgit