diff --git a/README.md b/README.md index cf55225..7dfe964 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/). ## Documentation -The REST API documentation can be found on [docs.zeroentropy.com](https://docs.zeroentropy.com). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [docs.zeroentropy.dev](https://docs.zeroentropy.dev). The full API of this library can be found in [api.md](api.md). ## Installation diff --git a/SECURITY.md b/SECURITY.md index cfb15c4..38de181 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,7 +20,7 @@ or products provided by Zeroentropy please follow the respective company's secur ### Zeroentropy Terms and Policies -Please contact founders@zeroentropy.com for any questions or concerns regarding security of our services. +Please contact founders@zeroentropy.dev for any questions or concerns regarding security of our services. --- diff --git a/pyproject.toml b/pyproject.toml index 92cc6a1..9843e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "The official Python library for the zeroentropy API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Zeroentropy", email = "founders@zeroentropy.com" }, +{ name = "Zeroentropy", email = "founders@zeroentropy.dev" }, ] dependencies = [ "httpx>=0.23.0, <1",