Rename scikits-image to scikit-image

This commit is contained in:
Johannes Schönberger
2012-10-02 19:02:37 +02:00
parent b0f74810dd
commit d690212d1c
29 changed files with 104 additions and 104 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://scikits-image.org/docs/' + labels[i]));
.replace('URL', 'http://scikit-image.org/docs/' + labels[i]));
}
}