diff --git a/about.html b/about.html
index 7aba278..efc9662 100644
--- a/about.html
+++ b/about.html
@@ -30,7 +30,6 @@
Overview
- Automated, rate-controlled and authenticated original document fetching
- Secure original document storage and bibliographic/source metadata management
- - Automated pre-processing of documents by multiple software tools; ability to quickly deploy new tools/versions of tools across all documents
- API for basic full-text search and discovery capabilities
- Ability to pre-index content using external dictionaries (e.g., Macrostrat lithologies)
- Ability to generate fully documented, bibliographically complete testing and development datasets based on user-supplied terms
diff --git a/index.html b/index.html
index 6520602..d383b0b 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
}
$(document).ready(function() {
- $.get("https://geodeepdive.org/api/v1/metrics/basic", function(data) {
+ $.get("https://xdd.wisc.edu/api/v1/metrics/basic", function(data) {
$('#totalDocs').html(commaize(data.success.data.total))
$('#monthlyDocs').html(commaize(data.success.data.lastMonth))
$('#weeklyDocs').html(commaize(data.success.data.lastWeek))