aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/about/software.md2
-rw-r--r--content/posts/a-useful-command.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/about/software.md b/content/about/software.md
index c78063f..b2b9999 100644
--- a/content/about/software.md
+++ b/content/about/software.md
@@ -4,7 +4,7 @@ type: page
---
-Here's a list of my favorite software that I use. They're all awesome! I also have a [dotfiles repo](https://git.exozy.me/a/dotfiles), although none of the files start with a dot.
+Here's a list of my favorite software that I use. They're all awesome! I also have a [dotfiles repo](https://git.unnamed.website/dotfiles), although none of the files start with a dot.
- **Operating System**: Arch Linux, GrapheneOS
diff --git a/content/posts/a-useful-command.md b/content/posts/a-useful-command.md
index 14379af..9af1e44 100644
--- a/content/posts/a-useful-command.md
+++ b/content/posts/a-useful-command.md
@@ -13,7 +13,7 @@ Today my friend wrote a [blog post](https://awestover.github.io/skyspace/posts/s
| --- | --- |
| `time read` | Simple stopwatch |
| `gdu` | Really fast disk usage analyzer |
-| `sd` | Insanely fast flash cards app ([shameless self-promotion](https://git.exozy.me/a/SDC)) |
+| `sd` | Insanely fast flash cards app ([shameless self-promotion](https://git.unnamed.website/sdc)) |
| `scrcpy` | Mirror and control an Android device from a computer |
| `systemd-nspawn` | Container tool that you probably already have installed |
| `inotifywait` | Wait for file change (useful in scripts) |