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/dotfiles.html | |
parent | 321b218eb593d689e587eebb67d78ff49783fc5b (diff) |
replace links with nullring.xyz links
Diffstat (limited to 'website/projects/dotfiles.html')
-rw-r--r-- | website/projects/dotfiles.html | 6 |
1 files changed, 3 insertions, 3 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 |