diff --git a/src/components/presentational/FootprintResults.jsx b/src/components/presentational/FootprintResults.jsx
index 03123bd9fcb3c37ae11b97c38cbc1e0504f80afb..5428bf7a585cd800c5bf030c8391aa0984a38f14 100644
--- a/src/components/presentational/FootprintResults.jsx
+++ b/src/components/presentational/FootprintResults.jsx
@@ -121,8 +121,8 @@ export default function FootprintResults(props) {
                   icon={<LaunchIcon/>}
                   size="small"
                   component="a"
-                  // href={`https://stac.astrogeology.usgs.gov/browser-dev/dev/collections/${feature.collection}/items/${feature.id}`}
-                  href="https://stac.astrogeology.usgs.gov/browser-dev/"
+                  href={`https://stac.astrogeology.usgs.gov/browser-dev/#/collections/${feature.collection}/items/${feature.id}`}
+                  //href="https://stac.astrogeology.usgs.gov/browser-dev/"
                   variant="outlined"
                   clickable
                 />