diff --git a/frontend/src/app/components/list-fallback-resource/list-fallback-resource.component.html b/frontend/src/app/components/list-fallback-resource/list-fallback-resource.component.html index ae48ac22..20599d91 100644 --- a/frontend/src/app/components/list-fallback-resource/list-fallback-resource.component.html +++ b/frontend/src/app/components/list-fallback-resource/list-fallback-resource.component.html @@ -9,6 +9,6 @@
diff --git a/frontend/src/app/components/list-generic-resource/list-generic-resource.component.ts b/frontend/src/app/components/list-generic-resource/list-generic-resource.component.ts index 5638c40b..c2698d8c 100644 --- a/frontend/src/app/components/list-generic-resource/list-generic-resource.component.ts +++ b/frontend/src/app/components/list-generic-resource/list-generic-resource.component.ts @@ -85,7 +85,7 @@ export class ListGenericResourceComponent implements OnInit, ResourceListCompone */ onSelect({ selected }) { console.log('Select Event', selected); - this.router.navigateByUrl(`/source/${selected[0].source_id}/resource/${selected[0].source_resource_id}`); + this.router.navigateByUrl(`/explore/${selected[0].source_id}/resource/${selected[0].source_resource_id}`); } diff --git a/frontend/src/app/components/report-medical-history-condition/report-medical-history-condition.component.html b/frontend/src/app/components/report-medical-history-condition/report-medical-history-condition.component.html index 6bf1254c..d9249ff5 100644 --- a/frontend/src/app/components/report-medical-history-condition/report-medical-history-condition.component.html +++ b/frontend/src/app/components/report-medical-history-condition/report-medical-history-condition.component.html @@ -1,6 +1,6 @@