From 83544040afe962848422ffd65267314c96806244 Mon Sep 17 00:00:00 2001
From: Pelayo Torres <pelayo.torresalonso@telefonica.com>
Date: Thu, 16 May 2024 15:49:43 +0200
Subject: [PATCH] Helper documentation

---
 doc/gettingstarted/howtorun.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md
index 6915017..902e1c1 100644
--- a/doc/gettingstarted/howtorun.md
+++ b/doc/gettingstarted/howtorun.md
@@ -167,7 +167,11 @@ You can now test OpenCAPIF.
 
 To test it, in the "Testing" tab you have three options:
 
-- [Test Plan](./testing/testplan/README.md): To see how to test the services and use them.
-- [Robot Framework](./testing/robotframework/README.md): To test the operation of all services or one in particular.
-- [Postman](./testing/postman/README.md): In order to carry out the complete OpenCAPIF flow, being invoker and provider
+- [Test Plan Directory]: To see how to test the services and use them.
+- [Testing with Robot Framework]: To test the operation of all services or one in particular.
+- [Testing with Postman]: In order to carry out the complete OpenCAPIF flow, being invoker and provider
 
+
+[Test Plan Directory]: .././testing/testplan/README.md  "Test Plan"
+[Testing with Robot Framework]: .././testing/robotframework/README.md  "Robot Framework"
+[Testing with Postman]: .././testing/postman/README.md  "Postman"
-- 
GitLab