From 88c8ec5a540f8685856533450f9957d9639a82b4 Mon Sep 17 00:00:00 2001 From: tawandamoyo Date: Mon, 18 Nov 2024 12:25:48 +0200 Subject: [PATCH] docs: update link to javascript/typescript client repo --- docs/getting-started/clients.mdx | 2 +- docs/guides/contribute.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/clients.mdx b/docs/getting-started/clients.mdx index aea1113c..406c9760 100644 --- a/docs/getting-started/clients.mdx +++ b/docs/getting-started/clients.mdx @@ -67,7 +67,7 @@ const chatResponse = await client.chat.complete({ console.log('Chat:', chatResponse.choices[0].message.content); ``` -See more examples [here](https://github.com/mistralai/client-js/tree/main/examples). +See more examples [here](https://github.com/mistralai/client-ts/tree/main/examples). ## Third-party clients diff --git a/docs/guides/contribute.md b/docs/guides/contribute.md index 07c2fadb..2ce95613 100644 --- a/docs/guides/contribute.md +++ b/docs/guides/contribute.md @@ -29,9 +29,9 @@ The easiest way to get started is to take a look at the [issue list](https://git ### JavaScript client -Submit a PR to improve our JavaScript client: [https://github.com/mistralai/client-js](https://github.com/mistralai/client-js) +Submit a PR to improve our JavaScript client: [https://github.com/mistralai/client-ts](https://github.com/mistralai/client-ts) -The easiest way to get started is to take a look at the [issue list](https://github.com/mistralai/client-js/issues) and see which one you might be interested in helping. +The easiest way to get started is to take a look at the [issue list](https://github.com/mistralai/client-ts/issues) and see which one you might be interested in helping. ## Contributing to the community