From 4b18d4f145dbe5c584da60ee82993e0610ff439d Mon Sep 17 00:00:00 2001 From: ahaliu1 <247969917@qq.com> Date: Thu, 15 Jul 2021 11:08:36 +0800 Subject: [PATCH] Fix two file path error --- 6-NLP/1-Introduction-to-NLP/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6-NLP/1-Introduction-to-NLP/README.md b/6-NLP/1-Introduction-to-NLP/README.md index 227ad589..ea244c74 100644 --- a/6-NLP/1-Introduction-to-NLP/README.md +++ b/6-NLP/1-Introduction-to-NLP/README.md @@ -133,7 +133,7 @@ Let's create the bot next. We'll start by defining some phrases. 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](../solution/bot.py) ✅ Stop and consider @@ -162,4 +162,4 @@ Take a look at the references below as further reading opportunities. ## Assignment -[Search for a bot](assignment.md) +[Search for a bot](../assignment.md)