Skip to content

Commit b08c6db

Browse files
committed
changed client root
1 parent 7987070 commit b08c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_components/components/SiteMap/SiteMapUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ export const getHref = (key, arg = null) => {
12991299
];
13001300

13011301
const EXPLORE_DATA_PRODUCTS_BASE = RouteService.getDataProductExplorePath();
1302-
const CLIENT_ROOT = 'https://biokic4.rc.asu.edu/neon/portal';
1302+
const CLIENT_ROOT = 'https://biorepo.neonscience.org/prodreview';
13031303
const EXPLORE_SAMPLE_PRODUCTS_BASE = `${CLIENT_ROOT}/collections/list.php`;
13041304
if ((arg || '').length === 0) { return '#'; }
13051305
switch (key) {

0 commit comments

Comments
 (0)