From 892694d73587e1c0b15ed35b0bd86941709ab785 Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:03:40 +0800 Subject: [PATCH] docs: Fixed broken link for AI models introduction (#28079) Fixed broken redirect to the introduction to AI models in the Forefront platform --- docs/docs/integrations/llms/forefrontai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/forefrontai.ipynb b/docs/docs/integrations/llms/forefrontai.ipynb index 34dec0be5e..c06988e6e3 100644 --- a/docs/docs/integrations/llms/forefrontai.ipynb +++ b/docs/docs/integrations/llms/forefrontai.ipynb @@ -7,7 +7,7 @@ "# ForefrontAI\n", "\n", "\n", - "The `Forefront` platform gives you the ability to fine-tune and use [open-source large language models](https://docs.forefront.ai/forefront/master/models).\n", + "The `Forefront` platform gives you the ability to fine-tune and use [open-source large language models](https://docs.forefront.ai/get-started/models).\n", "\n", "This notebook goes over how to use Langchain with [ForefrontAI](https://www.forefront.ai/).\n" ]