From 6741bb639ac4935f7c0519ca40a9a7bff18f8553 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Mon, 11 Jun 2012 20:05:27 -0400 Subject: [PATCH] DOC: Fix link formatting --- doc/examples/plot_watershed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_watershed.py b/doc/examples/plot_watershed.py index e9699642..a1cd18cf 100644 --- a/doc/examples/plot_watershed.py +++ b/doc/examples/plot_watershed.py @@ -21,7 +21,7 @@ line. See Wikipedia_ for more details on the algorithm. -.. _Wikipedia: +.. _Wikipedia: http://en.wikipedia.org/wiki/Watershed_(image_processing) """