summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-09-03 11:00:57 -0400
committerRobby Zambito <contact@robbyzambito.me>2021-09-03 11:00:57 -0400
commit1eb46680d22c846cfd53f2ce07f81a09d9927e0f (patch)
tree5e6793e8c7f16369176a6bc654d997e22bda2fc0
parent497965a3cb8a8a7cecd858fd1a57e46b106a5abd (diff)
Updated git repo links
-rw-r--r--content/posts/how-to-generate-a-vanity-algorand-address/index.md2
-rw-r--r--content/posts/how-to-set-primary-x-display-on-sway/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/how-to-generate-a-vanity-algorand-address/index.md b/content/posts/how-to-generate-a-vanity-algorand-address/index.md
index 9b5057b..af9178d 100644
--- a/content/posts/how-to-generate-a-vanity-algorand-address/index.md
+++ b/content/posts/how-to-generate-a-vanity-algorand-address/index.md
@@ -10,7 +10,7 @@ A vanity address is an address that has been generated such that it has some rec
For example, if you want to accept Algorand at your business, you could generate a wallet whose address resembles or matches a portion of your business name.
Personally, I have an address which matches my nickname, which is quite nice.
-To generate addresses, I created this Go program (Repo can be found [here](https://git.robbyzambito.me/Zambyte/vawg)).
+To generate addresses, I created this Go program (Repo can be found [here](https://git.robbyzambito.me/robby/vawg.git)).
```
package main
diff --git a/content/posts/how-to-set-primary-x-display-on-sway/index.md b/content/posts/how-to-set-primary-x-display-on-sway/index.md
index 066b3d3..066098e 100644
--- a/content/posts/how-to-set-primary-x-display-on-sway/index.md
+++ b/content/posts/how-to-set-primary-x-display-on-sway/index.md
@@ -44,7 +44,7 @@ The last was pretty frustrating for me though, because I use a KVM switch to cha
Every time I switch between devices, my primary display usually defaults back to my vertical monitor.
To make this setting persist, I made a small C program which will execute a command each time a new display is attached.
-The program can be found here: https://git.robbyzambito.me/robby/wayland-run-on-new-display
+The program can be found here: https://git.robbyzambito.me/robby/wayland-run-on-new-display.git
By adding this line to my ~/.config/sway/config, my primary display is always properly set when I run Sway: