diff --git a/README.md b/README.md index 0ea81cc..38aa7f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # regridding -![tests](https://github.com/byrdie/regridding/actions/workflows/tests.yml/badge.svg) +![tests](https://github.com/sun-data/regridding/actions/workflows/tests.yml/badge.svg) [![codecov](https://codecov.io/gh/byrdie/regridding/branch/main/graph/badge.svg?token=TV57F67UUI)](https://codecov.io/gh/byrdie/regridding) [![Documentation Status](https://readthedocs.org/projects/regridding/badge/?version=latest)](https://regridding.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/regridding.svg)](https://badge.fury.io/py/regridding) diff --git a/docs/conf.py b/docs/conf.py index 83506e8..67c39e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/byrdie/regridding", + "url": "https://github.com/sun-data/regridding", "icon": "fa-brands fa-github", "type": "fontawesome", }, diff --git a/pyproject.toml b/pyproject.toml index 953d715..14cc49f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ doc = [ ] [project.urls] -Homepage = "https://github.com/byrdie/regridding" +Homepage = "https://github.com/sun-data/regridding" Documentation = "https://regridding.readthedocs.io/en/latest" [tool.setuptools_scm]