@internetarchive/ia-topnav 1.3.7 → 1.3.8

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": "@internetarchive/ia-topnav",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
package/src/data/menus.js CHANGED
@@ -170,19 +170,19 @@ export function buildTopNavMenus(userid = '___USERID___', localLinks = true, way
170
170
  },
171
171
  {
172
172
  title: 'Contact',
173
- url: `${prefix}/about/contact.php`,
173
+ url: `${prefix}/about/contact`,
174
174
  },
175
175
  {
176
176
  title: 'Jobs',
177
- url: `${prefix}/about/jobs.php`,
177
+ url: `${prefix}/about/jobs`,
178
178
  },
179
179
  {
180
180
  title: 'Volunteer',
181
- url: `${prefix}/about/volunteerpositions.php`,
181
+ url: `${prefix}/about/volunteer-positions`,
182
182
  },
183
183
  {
184
184
  title: 'People',
185
- url: `${prefix}/about/bios.php`,
185
+ url: `${prefix}/about/bios`,
186
186
  },
187
187
  ],
188
188
  software: {