From 77c8a5c70ce967da6a22e9dc0350e8ed7a497783 Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:04:50 +0800 Subject: [PATCH] docs: Fixed broken link to the Luminous model family introduction (#28078) The Luminous Model hyperlink at the start of the model is broken. Fixed it to update it with the latest link used by the integration --- docs/docs/integrations/llms/aleph_alpha.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/aleph_alpha.ipynb b/docs/docs/integrations/llms/aleph_alpha.ipynb index 70fc18af07f..1c7f264dbbd 100644 --- a/docs/docs/integrations/llms/aleph_alpha.ipynb +++ b/docs/docs/integrations/llms/aleph_alpha.ipynb @@ -7,7 +7,7 @@ "source": [ "# Aleph Alpha\n", "\n", - "[The Luminous series](https://docs.aleph-alpha.com/docs/introduction/luminous/) is a family of large language models.\n", + "[The Luminous series](https://docs.aleph-alpha.com/docs/category/luminous/) is a family of large language models.\n", "\n", "This example goes over how to use LangChain to interact with Aleph Alpha models" ]