From b46c6d33a6466125ef4632f2383c261675861b51 Mon Sep 17 00:00:00 2001
From: Patrick Watrin <pat@lucy.local>
Date: Fri, 26 Feb 2016 16:35:45 +0100
Subject: [PATCH] fix documentation link

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 235fe54..f869455 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Python bindings for Unitex/GramLab
+# Python bindings for [Unitex/GramLab](http://www-igm.univ-mlv.fr/~unitex/)
 
 This package provides access to the Unitex C++ Library.
 
@@ -217,5 +217,5 @@ Example:
 
 ## Useful links
 
-* The **Unitex/GramLab** corpus processor: [homepage](http://www-igm.univ-mlv.fr/~unitex/) and [documentation](http://igm.univ-mlv.fr/~unitex/index.php?page=4)
+* The **Unitex/GramLab** corpus processor: [documentation](http://igm.univ-mlv.fr/~unitex/index.php?page=4)
 * The **Unitex C++/Java library**: [documentation](http://unitex-library-fr.readthedocs.org/)
-- 
GitLab