diff --git a/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html b/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html
index 9f1680a7d0f4cf150724481c877e3d4bb66b82d8..54473ed51a175171fd33174b1a3910e94804f31d 100644
--- a/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html
+++ b/src/app/p_services/admin/serviceActivationAndConfiguration/preview-service/preview-service.component.html
@@ -357,7 +357,7 @@
                                             There are not any Supporting Resources allocated.
                                         </div>
                                         <p *ngFor="let resource of service?.supportingResource" class="mb-2">
-                                            <a *ngIf="resource.id" routerLink='/resources/resource_inventory/{{resource.id}}'>{{resource.name}}</a>
+                                            <a *ngIf="resource.id" routerLink='/resources/resource/{{resource.id}}'>{{resource.name}}</a>
                                             <span *ngIf="!resource.id">{{resource.name}}</span>
                                         </p>
                                     </div>