diff options
author | Anthony Wang | 2024-12-11 11:44:58 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-11 11:44:58 -0500 |
commit | a68c7a25883ff607a7b87073d20c5375ea400acf (patch) | |
tree | 1945690450d65ae3e4aaf8f19e015144ac6bb3b9 | |
parent | 759508acd0d94db9be53dc5ef2dc2bea091ac577 (diff) |
Fix more broken exogit links
-rw-r--r-- | content/about/software.md | 2 | ||||
-rw-r--r-- | content/posts/a-useful-command.md | 2 |
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) | |