From 7dfbac3d8e7fcae3db008c3a2fd71d91b1e1173f Mon Sep 17 00:00:00 2001 From: Chintak Sheth Date: Wed, 24 Apr 2013 02:50:15 +0530 Subject: [PATCH] URL formatting --- doc/examples/applications/plot_morphology.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/examples/applications/plot_morphology.py b/doc/examples/applications/plot_morphology.py index c083d570..38dfcede 100644 --- a/doc/examples/applications/plot_morphology.py +++ b/doc/examples/applications/plot_morphology.py @@ -263,8 +263,12 @@ plot_comparison(horse2, hull2, 'convex hull') Additional Resources ==================== -1. `MathWorks tutorial on morphological processing `_ -2. Auckland university's tutorial on Morphological Image Processing http://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/ImageProcessing-html/topic4.htm +1. `MathWorks tutorial on morphological processing +`_ +2. `Auckland university's tutorial on Morphological Image Processing +` 3. http://en.wikipedia.org/wiki/Mathematical_morphology """