From 851d9a0f5fae60c261fc4da3fc40f72a80115fdc Mon Sep 17 00:00:00 2001
From: Franck Dary <franck.dary@lis-lab.fr>
Date: Fri, 15 May 2020 10:04:22 +0200
Subject: [PATCH] updated project URL in documentation

---
 documentation/gettingStarted.md | 2 +-
 documentation/install.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/gettingStarted.md b/documentation/gettingStarted.md
index a476638..95f0310 100644
--- a/documentation/gettingStarted.md
+++ b/documentation/gettingStarted.md
@@ -3,7 +3,7 @@
 The program comes in two modes : *train* and *decode*.\
 You can view all the possible program arguments with `macaon train -h` and `macaon decode -h`.\
 It is possible to directly use the program to train models and annotate input, but it is a bit tedious as you would have to type in a lot of arguments.\
-It is recommended to use [macaon_data](https://gitlab.lis-lab.fr/franck.dary/new_macaon_data) instead, a collection of scripts to organize your models. It is assumed in this documentation that you are using *macaon_data*.\
+It is recommended to use [macaon_data](https://gitlab.lis-lab.fr/franck.dary/macaon_data) instead, a collection of scripts to organize your models. It is assumed in this documentation that you are using *macaon_data*.\
 If you understand the project structure well enough, you can obviously write your own scripts instead.
 
 ## Organizing your training corpora :
diff --git a/documentation/install.md b/documentation/install.md
index 85ab56b..38ca0bc 100644
--- a/documentation/install.md
+++ b/documentation/install.md
@@ -8,7 +8,7 @@
 * Boost >= 1.53.0 with program_options : [link](https://www.boost.org/doc/libs/1_73_0/more/getting_started/unix-variants.html)
 
 ## Download :
-https://gitlab.lis-lab.fr/franck.dary/new_macaon
+https://gitlab.lis-lab.fr/franck.dary/macaon
 
 ## Compilation :
 `$ cd macaon`\
-- 
GitLab