From 082976d8d03140ab38820c4e278601e4df4d98e4 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Fri, 23 Jun 2023 16:59:17 -0400 Subject: [PATCH] fix(docs): broken link for OpenLLM (#6622) This link for the notebook of OpenLLM is not migrated to the new format Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- docs/extras/ecosystem/integrations/openllm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/ecosystem/integrations/openllm.mdx b/docs/extras/ecosystem/integrations/openllm.mdx index 0a9a94dd3fd..b8e0621cbef 100644 --- a/docs/extras/ecosystem/integrations/openllm.mdx +++ b/docs/extras/ecosystem/integrations/openllm.mdx @@ -67,4 +67,4 @@ llm("What is the difference between a duck and a goose? And why there are so man ### Usage For a more detailed walkthrough of the OpenLLM Wrapper, see the -[example notebook](../modules/models/llms/integrations/openllm.ipynb) +[example notebook](/docs/modules/model_io/models/llms/integrations/openllm.html)