From f174aa77125112354bd7f8b34d02edc61bac92c5 Mon Sep 17 00:00:00 2001 From: Chirag Bhatia Date: Wed, 26 Apr 2023 20:41:58 +0530 Subject: [PATCH] Fix broken Cerebrium link in documentation (#3554) The current hyperlink has a typo. This PR contains the corrected hyperlink to Cerebrium docs --- docs/modules/models/llms/integrations/cerebriumai_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/llms/integrations/cerebriumai_example.ipynb b/docs/modules/models/llms/integrations/cerebriumai_example.ipynb index e406768f92..f7b32e92de 100644 --- a/docs/modules/models/llms/integrations/cerebriumai_example.ipynb +++ b/docs/modules/models/llms/integrations/cerebriumai_example.ipynb @@ -6,7 +6,7 @@ "source": [ "# CerebriumAI\n", "\n", - "`Cerebrium` is an AWS Sagemaker alternative. It also provides API access to [several LLM models](https://docs.cerebrium.ai/cerebrium/prebuilt-models/deploymen).\n", + "`Cerebrium` is an AWS Sagemaker alternative. It also provides API access to [several LLM models](https://docs.cerebrium.ai/cerebrium/prebuilt-models/deployment).\n", "\n", "This notebook goes over how to use Langchain with [CerebriumAI](https://docs.cerebrium.ai/introduction)." ]