aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:26 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:26 -0500
commit20fcb673f489a64ec38b94da889413bec2c2e633 (patch)
tree6d4de1dc6b18f52d2ea6645026d6806e129b1938 /README.md
parentfc0ea096722178bd609bce168d194c926d411a38 (diff)
downloadnba-scores-20fcb673f489a64ec38b94da889413bec2c2e633.tar.gz
nba-scores-20fcb673f489a64ec38b94da889413bec2c2e633.tar.bz2
nba-scores-20fcb673f489a64ec38b94da889413bec2c2e633.zip
fix: update git linksHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 63fd263..5c4971a 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,12 @@ pipx install nba-scores
To run the script locally, run the following commands:
```shell
-git clone https://github.com/ccleberg/nba
-cd nba
+git clone https://git.sr.ht/~cxc/nba-scores
+cd nba-scores
pipx install .
```
-![Installation](https://github.com/ccleberg/nba/blob/main/screenshots/installation.png?raw=true)
+![Installation](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/installation.png)
# Usage
@@ -47,10 +47,10 @@ All commands can be passed to the program with the following template:
| `--standings` | `-st` | Show current conference standings |
Scores:
-![Scores](https://github.com/ccleberg/nba/blob/main/screenshots/scores.png?raw=true)
+![Scores](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/scores.png)
Standings:
-![Standings](https://github.com/ccleberg/nba/blob/main/screenshots/standings.png?raw=true)
+![Standings](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/standings.png)
# Contributing