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
+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://scikit-image.org/docs/' + labels[i]));
.replace('URL', 'http://skimage.org/docs/' + labels[i]));
}
}