diff --git a/public/develop/service_design/nfv/design_nfv_services/index.html b/public/develop/service_design/nfv/design_nfv_services/index.html
index cb827c13aea33204f0ced0e2ad8329ffcfec4b49..e46cca358d65231cb251bdf276b095fb070b1b1a 100644
--- a/public/develop/service_design/nfv/design_nfv_services/index.html
+++ b/public/develop/service_design/nfv/design_nfv_services/index.html
@@ -2860,7 +2860,7 @@ You can add in the Service Characteristic Value, in the Value field something li
 <h2 id="osm-ns-lcm-status">OSM NS LCM Status</h2>
 <p>When a Service is deployed, OpenSlice provides the ability to see the status messages from the NFVO. This status can be regarding NS instantiation, primitive execution, etc.</p>
 <p>Going to <code>ResourceFacingService (RFS)</code> -&gt; <code>Contextual Features</code> -&gt; <code>MANO NSLCM</code>, you will be able to see a beautified view of the status messages retrieved by OSM.</p>
-<p><img src="/images/catalogs/mano_nslcm.png" alt="MANO NSLCM Section" width="700"/></p>
+<p><img src="../../../images/catalogs/mano_nslcm.png" alt="MANO NSLCM Section" width="700"/></p>
 <h2 id="day-2-primitive-actions">Day 2 Primitive Actions</h2>
 <p>NFVOs like OSM allow to perform actions while a service is running, for example change attributes or make actions on a specific VNF.
 OpenSlice supports the invocation of day 2 primitives using Open Source MANO (OSM). This feature allows users to perform various actions while a service is running, such as changing attributes or executing specific actions on a Network Service's (NSD) Virtual Network Function (VNF). This capability enhances the flexibility and control over network services, making it easier to manage them in real-time.</p>
@@ -2882,7 +2882,7 @@ OpenSlice supports the invocation of day 2 primitives using Open Source MANO (OS
 <ol>
 <li>
 <p>When a service is instantiated, go to its <code>ResourceFacingService (RFS)</code> -&gt; <code>Contextual Features</code> -&gt; <code>MANO Primitives List</code>;</p>
-<p><img src="/images/catalogs/mano_primitives_list.png" alt="MANO Primitives List Section" width="700"/></p>
+<p><img src="../../../images/catalogs/mano_primitives_list.png" alt="MANO Primitives List Section" width="700"/></p>
 </li>
 <li>
 <p>There, you will find that VNF available primitives;</p>
@@ -2894,7 +2894,7 @@ OpenSlice supports the invocation of day 2 primitives using Open Source MANO (OS
 <li>Select the desired primitive on the <code>Primitive Parameter Name</code>;</li>
 <li>
 <p>Provide the <code>Primitive Parameter Value</code>;</p>
-<p><img src="/images/catalogs/execute_mano_primitives.png" alt="Execute MANO Primitives Window" width="500"/></p>
+<p><img src="../../../images/catalogs/execute_mano_primitives.png" alt="Execute MANO Primitives Window" width="500"/></p>
 </li>
 </ol>
 </li>