aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--pyproject.toml4
2 files changed, 7 insertions, 7 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
diff --git a/pyproject.toml b/pyproject.toml
index 39d6bc1..d628327 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,8 +19,8 @@ dependencies = [
]
[project.urls]
-Homepage = "https://github.com/ccleberg/nba-scores"
-Issues = "https://github.com/ccleberg/nba-scores/issues"
+Homepage = "https://git.sr.ht/~cxc/nba-scores"
+Issues = "https://git.sr.ht/~cxc/nba-scores"
[project.scripts]
nba = "nba.cli:nba"