From 1c7d6acca84706ea426f9034bccc4caaeebb892b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 2 Aug 2025 11:09:11 -0500 Subject: fix: update git links --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa5c76c..3093437 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ cd yoshi-cli pipx install . ``` -![Yoshi CLI Installation](https://github.com/ccleberg/yoshi-cli/blob/main/examples/installation.png?raw=true) +![Yoshi CLI Installation](https://git.sr.ht/~cxc/yoshi-cli/blob/main/examples/installation.png) # Usage @@ -43,7 +43,7 @@ pipx install . All commands can be passed to the program with the following template: `yoshi ` -![Yoshi CLI Help](https://github.com/ccleberg/yoshi-cli/blob/main/examples/help.png?raw=true) +![Yoshi CLI Help](https://git.sr.ht/~cxc/yoshi-cli/blob/main/examples/help.png) ## Arguments @@ -171,7 +171,7 @@ when encrypting, none are required when decrypting: -![Yoshi CLI New Account](https://github.com/ccleberg/yoshi-cli/blob/main/examples/accounts.png?raw=true) +![Yoshi CLI New Account](https://git.sr.ht/~cxc/yoshi-cli/blob/main/examples/accounts.png) # Contributing diff --git a/pyproject.toml b/pyproject.toml index 44967cb..3bb1044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/ccleberg/yoshi" -Issues = "https://github.com/ccleberg/yoshi/issues" +Homepage = "https://git.sr.ht/~cxc/yoshi" +Issues = "https://git.sr.ht/~cxc/yoshi" [project.scripts] yoshi = "yoshi.cli:yoshi" -- cgit v1.2.3-70-g09d2