We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7987070 commit b08c6dbCopy full SHA for b08c6db
src/lib_components/components/SiteMap/SiteMapUtils.js
@@ -1299,7 +1299,7 @@ export const getHref = (key, arg = null) => {
1299
];
1300
1301
const EXPLORE_DATA_PRODUCTS_BASE = RouteService.getDataProductExplorePath();
1302
- const CLIENT_ROOT = 'https://biokic4.rc.asu.edu/neon/portal';
+ const CLIENT_ROOT = 'https://biorepo.neonscience.org/prodreview';
1303
const EXPLORE_SAMPLE_PRODUCTS_BASE = `${CLIENT_ROOT}/collections/list.php`;
1304
if ((arg || '').length === 0) { return '#'; }
1305
switch (key) {
0 commit comments