From 46e372d95cfb48e5c7ee29ef261fda004cf7a2b7 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Tue, 3 Oct 2023 18:40:59 -0400 Subject: [PATCH] Update README.md with new location for workshop material --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de570956d..053f7bcc4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ And the Spring Boot Starter depending on if you are using Azure Open AI or Open ## Workshop -* You can try out the features of Spring AI by following the [workshop material for Azure OpenAI](https://github.com/markpollack/spring-ai-azure-workshop) +* You can try out the features of Spring AI by following the [workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop) * To use the workshop material with OpenAI (not Azure's offering) you will need to *replace* the Azure Open AI Boot Starter in the `pom.xml` with the Open AI Boot Starter. ```xml @@ -160,4 +160,4 @@ To build the docs ./mvnw -pl spring-ai-docs antora ``` -The docs are then in the directory `spring-ai-docs/target/antora/site/index.html` \ No newline at end of file +The docs are then in the directory `spring-ai-docs/target/antora/site/index.html`