diff --git a/README.md b/README.md index 5b0f970..aadc328 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library provides convenient access to the Zeroentropy REST API from server-side TypeScript or JavaScript. -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). It is generated with [Stainless](https://www.stainlessapi.com/). 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/package.json b/package.json index dfaf9f3..b336294 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "zeroentropy", "version": "0.1.0-alpha.1", "description": "The official TypeScript library for the Zeroentropy API", - "author": "Zeroentropy ", + "author": "Zeroentropy ", "types": "dist/index.d.ts", "main": "dist/index.js", "type": "commonjs",