From 3f773877bbfb79f479d312668cf20a7f111c221d Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:35:06 +0530 Subject: [PATCH] Fixed hyperlink Changed hyperlink from the relative path to point to the python file in the repo --- 6-NLP/2-Tasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-NLP/2-Tasks/README.md b/6-NLP/2-Tasks/README.md index c29033b4..036e30f7 100644 --- a/6-NLP/2-Tasks/README.md +++ b/6-NLP/2-Tasks/README.md @@ -187,7 +187,7 @@ Hmm, that's not great. Can you tell me more about old hounddogs? It was nice talking to you, goodbye! ``` -One possible solution to the task is [here](solution/bot.py) +One possible solution to the task is [here](https://github.com/microsoft/ML-For-Beginners/blob/main/6-NLP/2-Tasks/solution/bot.py) ✅ Knowledge Check