DOC: Rename skimage.org to scikit-image.org.

This commit is contained in:
Stefan van der Walt
2012-10-08 09:37:49 -07:00
parent d43767bbba
commit fd07bd65ba
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ function insert_version_links() {
document.write(open_list);
document.write('<a href="URL">skimage VERSION</a> </li>\n'
.replace('VERSION', labels[i])
.replace('URL', 'http://skimage.org/docs/' + labels[i]));
.replace('URL', 'http://scikit-image.org/docs/' + labels[i]));
}
}