diff --git a/src/components/IOC/IOCLiveStatus/IOCLiveStatus.js b/src/components/IOC/IOCLiveStatus/IOCLiveStatus.js
index 1f965726c8bb01597cd6f7540ebe95b6793daf53..5e08cedefb1f8179119ae518e76568f7e937fb4f 100644
--- a/src/components/IOC/IOCLiveStatus/IOCLiveStatus.js
+++ b/src/components/IOC/IOCLiveStatus/IOCLiveStatus.js
@@ -50,7 +50,7 @@ export function IOCLiveStatus({ ioc }) {
           <Typography>
             {ioc.activeDeployment?.host.hostId ? (
               <InternalLink
-                to={`/hosts/${ioc.activeDeployment?.host.hostId}/${ioc.activeDeployment?.host.fqdn}`}
+                to={`/hosts/${ioc.activeDeployment?.host.hostId}`}
                 label={`Host details, ${ioc.activeDeployment?.host.fqdn}`}
               >
                 {ioc.activeDeployment?.host.fqdn}