From c617ffd8646b2f9744d92c2216db003c621d266b Mon Sep 17 00:00:00 2001 From: Kostis Trantzas <ktrantzas@ece.upatras.gr> Date: Wed, 9 Oct 2024 14:02:58 +0300 Subject: [PATCH] correct img tag source --- doc/index.md | 2 +- doc/service_design/catalogs.md | 2 +- doc/service_design/nfv/design_nfv_services.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/index.md b/doc/index.md index 121bf355..ff137610 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,4 +1,4 @@ -<img src="images/openslice_logo.png" alt="drawing" width="200"/> +<img src="images/openslice_logo.png" alt="logo" width="200"/> **Version**: 2024Q2 - SNAPSHOT ([Release Notes](https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/releases/2024Q2)) diff --git a/doc/service_design/catalogs.md b/doc/service_design/catalogs.md index 5a73ea61..fb89bedb 100644 --- a/doc/service_design/catalogs.md +++ b/doc/service_design/catalogs.md @@ -18,7 +18,7 @@ For example you can create a CFS spec called "A 5G Service" which is a bundle of The Resource Facing Service Specifation (RFSS) is the realization of the designed services. It utilizes specific resources to offer the described service. -For instance, OpenSlice can utilize Kubernetes and NFV resource to deploy the respective services through the corresponding stack, as seen in [Probe further section](##probe-further). +For instance, OpenSlice can utilize Kubernetes and NFV resource to deploy the respective services through the corresponding stack, as seen in [Probe further section](#probe-further). diff --git a/doc/service_design/nfv/design_nfv_services.md b/doc/service_design/nfv/design_nfv_services.md index b3d1f3d7..19cf60e2 100644 --- a/doc/service_design/nfv/design_nfv_services.md +++ b/doc/service_design/nfv/design_nfv_services.md @@ -35,7 +35,7 @@ When a Service is deployed, OpenSlice provides the ability to see the status mes Going to `ResourceFacingService (RFS)` -> `Contextual Features` -> `MANO NSLCM`, you will be able to see a beautified view of the status messages retrieved by OSM. -<img src="../../images/catalogs/mano_nslcm.png" alt="MANO NSLCM Section" width="700"/> +<img src="images/catalogs/mano_nslcm.png" alt="MANO NSLCM Section" width="700"/> ## Day 2 Primitive Actions @@ -64,7 +64,7 @@ To invoke primitives, do the following steps: 1. When a service is instantiated, go to its `ResourceFacingService (RFS)` -> `Contextual Features` -> `MANO Primitives List`; - <img src="../../images/catalogs/mano_primitives_list.png" alt="MANO Primitives List Section" width="700"/> + <img src="images/catalogs/mano_primitives_list.png" alt="MANO Primitives List Section" width="700"/> 2. There, you will find that VNF available primitives; 3. Click on the `Execute Primitive` button of the chosen VNF; @@ -72,7 +72,7 @@ To invoke primitives, do the following steps: 1. Select the desired primitive on the `Primitive Parameter Name`; 2. Provide the `Primitive Parameter Value`; - <img src="../../images/catalogs/execute_mano_primitives.png" alt="Execute MANO Primitives Window" width="500"/> + <img src="images/catalogs/execute_mano_primitives.png" alt="Execute MANO Primitives Window" width="500"/> 5. Click on the `Submit` button. -- GitLab