Skip to content

Commit 4a6a17a

Browse files
author
EvickaStudio
committed
- fix links from stainless
1 parent 1930afa commit 4a6a17a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ account = response.parse() # get the object that `accounts.retrieve()` would ha
210210
print(account.data)
211211
```
212212

213-
These methods return an [`APIResponse`](https://github.com/stainless-sdks/fireapi-v2-python/tree/main/src/fireapi_v2/_response.py) object.
213+
These methods return an [`APIResponse`](https://github.com/Evicka-Studioo/fireapi-v2/tree/main/src/fireapi_v2/_response.py) object.
214214

215-
The async client returns an [`AsyncAPIResponse`](https://github.com/stainless-sdks/fireapi-v2-python/tree/main/src/fireapi_v2/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
215+
The async client returns an [`AsyncAPIResponse`](https://github.com/Evicka-Studio/fireapi-v2/tree/main/src/fireapi_v2/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
216216

217217
#### `.with_streaming_response`
218218

@@ -316,7 +316,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
316316

317317
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
318318

319-
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/fireapi-v2-python/issues) with questions, bugs, or suggestions.
319+
We are keen for your feedback; please open an [issue](https://www.github.com/Evicka-Studio/fireapi-v2/issues) with questions, bugs, or suggestions.
320320

321321
### Determining the installed version
322322

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or products provided by Fireapi V2 please follow the respective company's securi
2020

2121
### Fireapi V2 Terms and Policies
2222

23-
Please contact [email protected] for any questions or concerns regarding security of our services.
23+
Please contact <[email protected]> for any questions or concerns regarding security of our services.
2424

2525
---
2626

0 commit comments

Comments
 (0)