Skip to content

Commit 36436c6

Browse files
authored
Merge pull request #1903 from hey-api/docs/fix-clients
docs: fix broken client list
2 parents 1c61449 + 508ec10 commit 36436c6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ Clients are responsible for sending the actual HTTP requests. Using clients is n
181181

182182
### Native Clients
183183

184-
- [`@hey-api/client-fetch](https://heyapi.dev/openapi-ts/clients/fetch)
185-
- [`@hey-api/client-axios](https://heyapi.dev/openapi-ts/clients/axios)
186-
- [`@hey-api/client-next](https://heyapi.dev/openapi-ts/clients/next-js)
187-
- [`@hey-api/client-nuxt](https://heyapi.dev/openapi-ts/clients/nuxt)
184+
- [`@hey-api/client-fetch`](https://heyapi.dev/openapi-ts/clients/fetch)
185+
- [`@hey-api/client-axios`](https://heyapi.dev/openapi-ts/clients/axios)
186+
- [`@hey-api/client-next`](https://heyapi.dev/openapi-ts/clients/next-js)
187+
- [`@hey-api/client-nuxt`](https://heyapi.dev/openapi-ts/clients/nuxt)
188188

189189
Don't see your client? [Build your own](https://heyapi.dev/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
190190

packages/openapi-ts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ Clients are responsible for sending the actual HTTP requests. Using clients is n
181181

182182
### Native Clients
183183

184-
- [`@hey-api/client-fetch](https://heyapi.dev/openapi-ts/clients/fetch)
185-
- [`@hey-api/client-axios](https://heyapi.dev/openapi-ts/clients/axios)
186-
- [`@hey-api/client-next](https://heyapi.dev/openapi-ts/clients/next-js)
187-
- [`@hey-api/client-nuxt](https://heyapi.dev/openapi-ts/clients/nuxt)
184+
- [`@hey-api/client-fetch`](https://heyapi.dev/openapi-ts/clients/fetch)
185+
- [`@hey-api/client-axios`](https://heyapi.dev/openapi-ts/clients/axios)
186+
- [`@hey-api/client-next`](https://heyapi.dev/openapi-ts/clients/next-js)
187+
- [`@hey-api/client-nuxt`](https://heyapi.dev/openapi-ts/clients/nuxt)
188188

189189
Don't see your client? [Build your own](https://heyapi.dev/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
190190

0 commit comments

Comments
 (0)