Change domain name

This commit is contained in:
Johannes Schönberger
2012-10-13 23:24:55 -07:00
committed by Stefan van der Walt
parent 8ebea191c9
commit 53ae03e4dd
9 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ gallery_div = '''\
examples = glob.glob(os.path.join(example_dir, 'plot_*.py'))
images, links = [], []
image_url = 'http://scikit-image.org/docs/dev/_images/%s.png'
link_url = 'http://scikit-image.org/docs/dev/auto_examples/%s.html'
image_url = 'http://skimage.org/docs/dev/_images/%s.png'
link_url = 'http://skimage.org/docs/dev/auto_examples/%s.html'
for e in examples:
e = os.path.basename(e)