From e8e89d371fb08657a3b96fa7fb68c2a1cd0b62ca Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 9 Oct 2017 11:23:29 +0200
Subject: [PATCH] Fix link

---
 bob/bio/vein/preprocessor/mask.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/vein/preprocessor/mask.py b/bob/bio/vein/preprocessor/mask.py
index bc42e3a..e56439c 100644
--- a/bob/bio/vein/preprocessor/mask.py
+++ b/bob/bio/vein/preprocessor/mask.py
@@ -483,7 +483,7 @@ class WatershedMask(Masker):
   """Estimates the finger region given an input NIR image using Watershedding
 
   This method uses the `Watershedding Morphological Algorithm
-  <https://en.wikipedia.org/wiki/Watershed_(image_processing>` for determining
+  <https://en.wikipedia.org/wiki/Watershed_(image_processing)>` for determining
   the finger mask given an input image.
 
   The masker works first by determining image edges using a simple 2-D Sobel
-- 
GitLab