@openneuro/app 4.34.1 → 4.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openneuro/app",
3
- "version": "4.34.1",
3
+ "version": "4.34.2",
4
4
  "description": "React JS web frontend for the OpenNeuro platform.",
5
5
  "license": "MIT",
6
6
  "main": "public/client.js",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "af9d77970641f2dcfd67921a8c39b9719743676c"
78
+ "gitHead": "6420eabb1a1b5068990523eb57991597faffb73e"
79
79
  }
@@ -63,7 +63,7 @@ export const affiliateContent = [
63
63
  contentTwo: (
64
64
  <>
65
65
  View the collection of{" "}
66
- <a href="http://localhost:9876/search/nih?query=%7B%22brain_initiative%22%3A%22true%22%7D">
66
+ <a href="/search/nih?query=%7B%22brain_initiative%22%3A%22true%22%7D">
67
67
  BRAIN Initiative datasets
68
68
  </a>
69
69
  </>