From 7504c2331e868f89f17c42298e28c2cc43d301db Mon Sep 17 00:00:00 2001 From: John Aziz Date: Thu, 2 Nov 2023 12:12:35 +0200 Subject: [PATCH] fix url missing 0 --- 07-building-chat-applications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-building-chat-applications/README.md b/07-building-chat-applications/README.md index cf9df674b..265108667 100644 --- a/07-building-chat-applications/README.md +++ b/07-building-chat-applications/README.md @@ -182,4 +182,4 @@ See [assignment](./notebook-azure-openai.ipynb?WT.mc_id=academic-105485-koreyst) Want to learn more about creating chat applications with Generative AI? Go to the [continued learning page](../13-continued-learning/README.md?WT.mc_id=academic-105485-koreyst) to find other great resources on this topic. -Head over to Lesson 8 to see how you can start [building search applications](/8-building-search-applications/README.md?WT.mc_id=academic-105485-koreyst)! +Head over to Lesson 8 to see how you can start [building search applications](/08-building-search-applications/README.md?WT.mc_id=academic-105485-koreyst)!