diff --git a/setup.py b/setup.py index c456bdd3..90e3b527 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # resolve relative links to figures long_description = re.sub( r"!\[(.*?)\]\((docs/_figures/.*?)\)", - r"![\1](https://github.com/DHI-GRAS/terracotta/raw/main/\2)", + r"![\1](https://github.com/DHI/terracotta/raw/main/\2)", long_description, ) @@ -23,7 +23,7 @@ description="A modern XYZ tile server written in Python", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/DHI-GRAS/terracotta", + url="https://github.com/DHI/terracotta", author="Jonas Sølvsteen", author_email="josl@dhigroup.com", keywords="xyz tileserver rasterio cloud-optimized-geotiff serverless",