Skip to content

Commit f2204e9

Browse files
committed
chore: removed outdated advance search route
1 parent 4930101 commit f2204e9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

projects/website-angular/src/app/app.routes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const routes: Routes = [
2828

2929
//Search Page
3030
{ path: 'content/advanced', redirectTo: '/content/query?advanced=true' },
31-
{ path: 'tools/advanced', redirectTo: '/content/query?advanced=true' },
3231
{ path: 'content/query', loadComponent: () => import('./search/search.component').then(m => m.SearchComponent) },
3332

3433
//404 Page

projects/website-angular/src/config/nav-options.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@
255255
"label": "ReactomeFIViz",
256256
"link": "/tools/reactome-fiviz"
257257
},
258-
"advanced-data-search": {
259-
"label": "Advanced Data Search",
260-
"link": "/content/query?advanced=true"
258+
"search": {
259+
"label": "Search",
260+
"link": "/content/query"
261261
},
262262
"site-search": {
263263
"label": "Site Search",

0 commit comments

Comments
 (0)