Skip to content

Commit 5df7857

Browse files
docs: update URLs from stainlessapi.com to stainless.com (#608)
More details at https://www.stainless.com/changelog/stainless-com
1 parent a183a01 commit 5df7857

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Finch Python library provides convenient access to the Finch REST API from a
66
application. The library includes type definitions for all request params and response fields,
77
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
88

9-
It is generated with [Stainless](https://www.stainlessapi.com/).
9+
It is generated with [Stainless](https://www.stainless.com/).
1010

1111
## Documentation
1212

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Reporting Security Issues
44

5-
This SDK is generated by [Stainless Software Inc](http://stainlessapi.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
5+
This SDK is generated by [Stainless Software Inc](http://stainless.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
66

7-
To report a security issue, please contact the Stainless team at security@stainlessapi.com.
7+
To report a security issue, please contact the Stainless team at security@stainless.com.
88

99
## Responsible Disclosure
1010

tests/api_resources/connect/test_sessions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_method_new_with_all_params(self, client: Finch) -> None:
3535
customer_id="x",
3636
customer_name="x",
3737
products=["company"],
38-
customer_email="dev@stainlessapi.com",
38+
customer_email="dev@stainless.com",
3939
integration={
4040
"auth_method": "assisted",
4141
"provider": "provider",
@@ -135,7 +135,7 @@ async def test_method_new_with_all_params(self, async_client: AsyncFinch) -> Non
135135
customer_id="x",
136136
customer_name="x",
137137
products=["company"],
138-
customer_email="dev@stainlessapi.com",
138+
customer_email="dev@stainless.com",
139139
integration={
140140
"auth_method": "assisted",
141141
"provider": "provider",

0 commit comments

Comments
 (0)