Skip to content

Commit

Permalink
docs: Update link to plugin-client client.ts source code
Browse files Browse the repository at this point in the history
  • Loading branch information
matricali committed Sep 27, 2024
1 parent 03b8b83 commit 7e4f86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/plugin-client/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export function addPet<TData = AddPetMutationResponse, TVariables = AddPetMutati

### Default `client` with `process.env`

Link: [`client.ts`](https://github.com/kubb-labs/kubb/blob/main/packages/plugin/client.ts)
Link: [`client.ts`](https://github.com/kubb-labs/kubb/blob/main/packages/plugin-client/client.ts)

```typescript
import axios from 'axios'
Expand Down Expand Up @@ -237,7 +237,7 @@ export default axiosClient

### Default `client` with `declare const`

Link: [`client.ts`](https://github.com/kubb-labs/kubb/blob/main/packages/plugin/client.ts)
Link: [`client.ts`](https://github.com/kubb-labs/kubb/blob/main/packages/plugin-client/client.ts)

```typescript
import axios from 'axios'
Expand Down

0 comments on commit 7e4f86a

Please sign in to comment.