diff --git a/README.md b/README.md index 3820826..b46263b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ brew install ffmpeg Clone and install the repo. ```bash -git clone https://github.com/climetrend/cloudcasting +git clone https://github.com/alan-turing-institute/cloudcasting cd cloudcasting python -m pip install ".[dev]" ``` diff --git a/pyproject.toml b/pyproject.toml index b0651b9..7d1483e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,10 +63,10 @@ dev = [ cloudcasting = "cloudcasting.cli:app" [project.urls] -Homepage = "https://github.com/climetrend/cloudcasting" -"Bug Tracker" = "https://github.com/climetrend/cloudcasting/issues" -Discussions = "https://github.com/climetrend/cloudcasting/discussions" -Changelog = "https://github.com/climetrend/cloudcasting/releases" +Homepage = "https://github.com/alan-turing-institute/cloudcasting" +"Bug Tracker" = "https://github.com/alan-turing-institute/cloudcasting/issues" +Discussions = "https://github.com/alan-turing-institute/cloudcasting/discussions" +Changelog = "https://github.com/alan-turing-institute/cloudcasting/releases" [tool.pytest.ini_options] minversion = "6.0"