diff options
author | preston <preston@openbsd-preston.prestonpan.tech> | 2023-03-19 18:27:24 -0700 |
---|---|---|
committer | preston <preston@openbsd-preston.prestonpan.tech> | 2023-03-19 18:27:24 -0700 |
commit | b7231ce286398c809a406ed76db315271faf3036 (patch) | |
tree | 2921d257ce67449755cf610d82d495b0bcda29b3 /website/projects | |
parent | 321b218eb593d689e587eebb67d78ff49783fc5b (diff) |
replace links with nullring.xyz links
Diffstat (limited to 'website/projects')
-rw-r--r-- | website/projects/dotfiles.html | 6 | ||||
-rw-r--r-- | website/projects/no_excess.html | 4 |
2 files changed, 5 insertions, 5 deletions
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 <img src="/img/rice3.png" alt="Picture taken of dotfiles"> <p>You can get the dotfiles here:</p> -<code>git clone git://prestonpan.tech/dotfiles_dracula.git</code> +<code>git clone git://nullring.xyz/dotfiles_dracula.git</code> <p>And given a certain suckless program, you can clone my version like this:</p> -<code>git clone git://prestonpan.tech/[suckless_program]_dracula.git</code> +<code>git clone git://nullring.xyz/[suckless_program]_dracula.git</code> <p> If you still have problems getting the copies of the software, you can - <a href="https://git.prestonpan.tech">browse my git frontend</a> for the software + <a href="https://git.nullring.xyz">browse my git frontend</a> for the software names. </p> $$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 </p> <p>You can get the program here:</p> -<code>git clone git://prestonpan.tech/no_excess.git</code> +<code>git clone git://nullring.xyz/no_excess.git</code> <p> If you still have problems getting the copies of the software, you can - <a href="https://git.prestonpan.tech">browse my git frontend</a> for the software + <a href="https://git.nullring.xyz">browse my git frontend</a> for the software names. </p> |