From 442a5c9224e3f1ba5344f56841f889e2ec339602 Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Thu, 24 Aug 2023 16:49:07 +0100 Subject: [PATCH] docs: update URLs in README.md and pyproject.toml --- README.md | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index afe40bd..0035275 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # retrospectr -[![Coverage badge](https://github.com/alecksphillips/retrospectr/raw/python-coverage-comment-action-data/badge.svg)](https://github.com/alecksphillips/retrospectr/tree/python-coverage-comment-action-data) +[![Coverage badge](https://github.com/UoL-SignalProcessingGroup/retrospectr/raw/python-coverage-comment-action-data/badge.svg)](https://github.com/UoL-SignalProcessingGroup/retrospectr/tree/python-coverage-comment-action-data) Importance weight calculation for Stan model results with new data. @@ -23,12 +23,12 @@ pytest-cov ## Installation retrospectr can be installed with either: ```bash -git clone https://github.com/alecksphillips/retrospectr.git +git clone https://github.com/UoL-SignalProcessingGroup/retrospectr.git pip install ./retrospectr ``` or ```bash -pip install -U git+https://github.com/alecksphillips/retrospectr.git +pip install -U git+https://github.com/UoL-SignalProcessingGroup/retrospectr.git ``` ## Example @@ -85,4 +85,4 @@ plt.show() ``` -![plot of example with resampled iterations](https://github.com/alecksphillips/retrospectr/blob/main/example.png?raw=true) +![plot of example with resampled iterations](https://github.com/UoL-SignalProcessingGroup/retrospectr/blob/main/example.png?raw=true) diff --git a/pyproject.toml b/pyproject.toml index 959b7ee..4e53eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,6 @@ readme = "README.md" dynamic = ["version"] [project.urls] -"Repository" = "https://github.com/alecksphillips/retrospectr" +"Repository" = "https://github.com/UoL-SignalProcessingGroup/retrospectr" [tool.setuptools_scm]