diff --git a/ome2024-ngff-challenge/src/ThumbGallery.svelte b/ome2024-ngff-challenge/src/ThumbGallery.svelte index a77a36b..e669439 100644 --- a/ome2024-ngff-challenge/src/ThumbGallery.svelte +++ b/ome2024-ngff-challenge/src/ThumbGallery.svelte @@ -14,7 +14,7 @@ // Map of source to favicon domain let faviconDomains = { IDR: "https://idr.openmicroscopy.org", - Webknossos: "https://scalableminds.com", + Webknossos: "https://webknossos.org", JAX: "http://jax.org", "BioImage Archive": "https://www.ebi.ac.uk", Crick: "https://www.crick.ac.uk/", diff --git a/ome2024-ngff-challenge/src/util.js b/ome2024-ngff-challenge/src/util.js index ef1c3c9..5933e16 100644 --- a/ome2024-ngff-challenge/src/util.js +++ b/ome2024-ngff-challenge/src/util.js @@ -10,7 +10,7 @@ export const SAMPLES_HOME = // Map of source to favicon domain let faviconDomains = { IDR: "https://idr.openmicroscopy.org", - Webknossos: "https://scalableminds.com", + Webknossos: "https://webknossos.org", JAX: "http://jax.org", "BioImage Archive": "https://www.ebi.ac.uk", Crick: "https://www.crick.ac.uk/",