From b415ec101fa58d9118f363dd8c5454de7c79d5d1 Mon Sep 17 00:00:00 2001
From: Christian Claus <18707-chrisc@users.noreply.gitlab.eclipse.org>
Date: Wed, 6 Nov 2024 14:18:18 +0000
Subject: [PATCH] Update file features.md

---
 doc/features.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/features.md b/doc/features.md
index 50bce9d..d01a006 100644
--- a/doc/features.md
+++ b/doc/features.md
@@ -50,7 +50,7 @@ Custom keyword have these attributes:
 Custom keywords can be grouped.
 
 
-![Demo mockup for the keyword editor in Eclipse SKyBT](/docs/images/DemoKeywordEditor.jpg)
+![Demo mockup for the keyword editor in Eclipse SKyBT](/doc/images/DemoKeywordEditor.jpg)
 Mockup
 
 
@@ -85,12 +85,12 @@ The rough process of designing test cases with a state machine involves the foll
 + Transfer/Export
 
 
-![Demo mockup for a state machine designed with SKyBT](/docs/images/DemoStatechart.jpg)
+![Demo mockup for a state machine designed with SKyBT](/doc/images/DemoStatechart.jpg)
 Mockup of the state machine designer
 
 
 
-![Demo mockup for a state machine description designed with SKyBT](/docs/images/DemoStateDefinitions.PNG)
+![Demo mockup for a state machine description designed with SKyBT](/doc/images/DemoStateDefinitions.PNG)
 Mockup of the keyword based description of a state machine elements
 
 
@@ -101,7 +101,7 @@ You are able to use the keyword syntax to write test cases in the classic precon
 
 The attributes test case name, description and requirements are free text.
 
-![Demo mockup for manually designed test cases with SKyBT](/docs/images/DemoKeywordBasedTestcaseInput.jpg)
+![Demo mockup for manually designed test cases with SKyBT](/doc/images/DemoKeywordBasedTestcaseInput.jpg)
 Mockup of the classic test case designer
 
 
@@ -116,7 +116,7 @@ The test case generator is also used to replace parameter placeholder with the s
 
 You get view all generated test cases in Eclipse SKyBT
 
-![Demo mockup for generated test cases](/docs/images/DemoGeneratedTestcases.PNG)
+![Demo mockup for generated test cases](/doc/images/DemoGeneratedTestcases.PNG)
 Mockup of the generated test cases
 
 ## Export
-- 
GitLab