From b6df3405fb56b9f61c4d383034936ab9cb4013ac Mon Sep 17 00:00:00 2001 From: Matt Kandler Date: Tue, 13 Aug 2024 14:18:19 -0400 Subject: [PATCH] docs: Fix broken link to Runhouse documentation (#25349) - **Description:** Runhouse recently migrated from Read the Docs to a self-hosted solution. This PR updates a broken link from the old docs to www.run.house/docs. Also changed "The Runhouse" to "Runhouse" (it's cleaner). - **Issue:** None - **Dependencies:** None --- docs/docs/integrations/llms/runhouse.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/runhouse.ipynb b/docs/docs/integrations/llms/runhouse.ipynb index c086f9c5d4..d4ff8e80dd 100644 --- a/docs/docs/integrations/llms/runhouse.ipynb +++ b/docs/docs/integrations/llms/runhouse.ipynb @@ -7,7 +7,7 @@ "source": [ "# Runhouse\n", "\n", - "The [Runhouse](https://github.com/run-house/runhouse) allows remote compute and data across environments and users. See the [Runhouse docs](https://runhouse-docs.readthedocs-hosted.com/en/latest/).\n", + "[Runhouse](https://github.com/run-house/runhouse) allows remote compute and data across environments and users. See the [Runhouse docs](https://www.run.house/docs).\n", "\n", "This example goes over how to use LangChain and [Runhouse](https://github.com/run-house/runhouse) to interact with models hosted on your own GPU, or on-demand GPUs on AWS, GCP, AWS, or Lambda.\n", "\n",