From 5396c9bf1faf626abc0bd18863d625fe04fd6734 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 15 Jul 2022 10:13:15 +0200
Subject: [PATCH] Fix missing alt text

---
 docs/concepts/metrics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/concepts/metrics.md b/docs/concepts/metrics.md
index 662b4b2b1..775af41ff 100644
--- a/docs/concepts/metrics.md
+++ b/docs/concepts/metrics.md
@@ -26,7 +26,7 @@ Theodolite uses these attributes to define two scalability metrics:
 | Resource Demand Metric | Load Capacity Metric |
 |:----|:----|
 | The resource demand metric quantifies scalability by describing how the amount of minimal required resources (i.e., all SLOs are fulfilled) evolves with increasing load intensities. | The load capacity metric quantifies scalability by describing how the maximal processable load (i.e., all SLOs are fulfilled) evolves with increasing resources. |
-| ![](../../assets/images/demand.svg){: .d-block .mx-auto } *Example: Scalability of two stream processing engines measured with the demand metric.*{: .d-block .text-center } | ![](../../assets/images/capacity.svg){: .d-block .mx-auto }  *Example: Scalability of two stream processing engines measured with the capacity metric.*{: .d-block .text-center } |
+| ![Example for resource demand metric](../../assets/images/demand.svg){: .d-block .mx-auto } *Example: Scalability of two stream processing engines measured with the demand metric.*{: .d-block .text-center } | ![Example for load capacity metric](../../assets/images/capacity.svg){: .d-block .mx-auto }  *Example: Scalability of two stream processing engines measured with the capacity metric.*{: .d-block .text-center } |
 {: .fixed-colums }
 
 <!--
-- 
GitLab