From 1e06873883ad4c3f6b1f97c4f833da9ac963d2ef Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Fri, 7 Jun 2024 10:39:35 -0700 Subject: [PATCH] Update readme.md with new chat protocol link --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index 824d79a..64efd0d 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -84,7 +84,7 @@ Our API is composed of two main endpoints: The `/documents` endpoint is used to ingest the documents after the application is deployed by uploading the PDFs, using either `curl` commands or the Node.js script we built (have a look at the `postup` hook in the `azure.yaml` file). The web app is a simple chat interface that sends the user queries to the `/chat` endpoint and displays the responses. -We use the [HTTP protocol for AI chat apps](https://github.com/Azure-Samples/ai-chat-app-protocol) to communicate between the web app and the API. +We use the [HTTP protocol for AI chat apps](https://aka.ms/chatprotocol) to communicate between the web app and the API. ## Clean up