From ff95ccee670e0b9bc7164bd856297d94a4fc6ed2 Mon Sep 17 00:00:00 2001 From: mwahdan Date: Fri, 23 Oct 2020 21:32:55 +0400 Subject: [PATCH] fix urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c209099..c31d06f 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ pip install . ``` ## Examples: -We provide [examples](https://github.com/MahmoudWahdan/dialog-nlu/examples) of how to use the library +We provide [examples](https://github.com/MahmoudWahdan/dialog-nlu/tree/master/examples) of how to use the library ## Training, Evaluation, and simple API script: -We provide [scripts](https://github.com/MahmoudWahdan/dialog-nlu/scripts) to train, incremental training, and simple flask API. +We provide [scripts](https://github.com/MahmoudWahdan/dialog-nlu/tree/master/scripts) to train, incremental training, and simple flask API. ## Quick tour