From 0f9f4c40d88da5c8685c6cb9e6255c47db70a148 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Tue, 23 Jan 2024 14:40:34 -0800 Subject: [PATCH] temp fix genai sample repo Signed-off-by: Craig Osterhout --- content/guides/use-case/genai-pdf-bot/containerize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/use-case/genai-pdf-bot/containerize.md b/content/guides/use-case/genai-pdf-bot/containerize.md index 1298ddf439..b533b8bdf8 100644 --- a/content/guides/use-case/genai-pdf-bot/containerize.md +++ b/content/guides/use-case/genai-pdf-bot/containerize.md @@ -26,7 +26,7 @@ The application uses [LangChain](https://www.langchain.com/) for orchestration, Clone the sample application. Open a terminal, change directory to a directory that you want to work in, and run the following command to clone the repository: ```console -$ git clone https://github.com/docker/docker-genai-sample +$ git clone https://github.com/craig-osterhout/docker-genai-sample ``` You should now have the following files in your `docker-genai-sample` directory.