From 0515dfd7a8db838435c0c0ebf6ea217648b1d82b Mon Sep 17 00:00:00 2001 From: vbarda Date: Tue, 12 Nov 2024 10:55:17 -0500 Subject: [PATCH] update links --- docs/docs/integrations/chat/xai.ipynb | 2 +- docs/docs/integrations/providers/xai.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/chat/xai.ipynb b/docs/docs/integrations/chat/xai.ipynb index bbcf640451f20..d04f1cbcea216 100644 --- a/docs/docs/integrations/chat/xai.ipynb +++ b/docs/docs/integrations/chat/xai.ipynb @@ -20,7 +20,7 @@ "\n", "This page will help you get started with xAI [chat models](../../concepts/chat_models.mdx). For detailed documentation of all `ChatXAI` features and configurations head to the [API reference](https://python.langchain.com/api_reference/xai/chat_models/langchain_xai.chat_models.ChatXAI.html).\n", "\n", - "[xAI](https://www.x.ai/) offers an API to interact with Grok models.\n", + "[xAI](https://console.x.ai/) offers an API to interact with Grok models.\n", "\n", "## Overview\n", "### Integration details\n", diff --git a/docs/docs/integrations/providers/xai.ipynb b/docs/docs/integrations/providers/xai.ipynb index 51276bfb1b87e..5fa5b441b7679 100644 --- a/docs/docs/integrations/providers/xai.ipynb +++ b/docs/docs/integrations/providers/xai.ipynb @@ -7,7 +7,7 @@ "source": [ "# xAI\n", "\n", - "[xAI](https://www.x.ai/) offers an API to interact with Grok models.\n", + "[xAI](https://console.x.ai) offers an API to interact with Grok models.\n", "\n", "This example goes over how to use LangChain to interact with xAI models." ]