diff --git a/docs/basics.md b/docs/basics.md
index 3ec219522c73288903ba36b6518a03f0ca4eb53a..1341653ec2f813eab337c7ee05c04504e73c63b4 100644
--- a/docs/basics.md
+++ b/docs/basics.md
@@ -64,12 +64,7 @@ Go to the desired language directory :
 If this is your first time training a model for this language, you will have to create the datasets :
 
     cd data
-    cd morpo-lexicon
     make
-    cd ..
-    cd treebank
-    make
-    cd ../..
 
 Now you can use the train.sh script to train a model to fit the dataset present in data/treebank.
 The script takes two arguments :
diff --git a/docs/machine.md b/docs/machine.md
index 335a3ac000f46a358a002081809447a5c57bd27a..d81803cc759871b9507c95df9ff81c32152075fb 100644
--- a/docs/machine.md
+++ b/docs/machine.md
@@ -147,7 +147,7 @@ The ones of the type __Information__, example :
     Name : Tagger
     Type : Information
     Oracle : signature
-    Oracle Filename : ../../data/morpho-lexicon/fP
+    Oracle Filename : ../../data/fP
 
 Where :
 * __Name__ is the name of this Classifier.