From 9be437e9260565a8afbeea8d323f462b9c325b90 Mon Sep 17 00:00:00 2001
From: gkatsikas <gkatsikas@ubitech.eu>
Date: Tue, 20 Sep 2022 17:00:40 +0300
Subject: [PATCH] fix: broken links in Automation and Policy README files

Signed-off-by: Georgios Katsikas katsikas.gp@gmail.com
---
 src/automation/README.md | 2 +-
 src/policy/README.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/automation/README.md b/src/automation/README.md
index 9eb556e60..e98d2b8ab 100644
--- a/src/automation/README.md
+++ b/src/automation/README.md
@@ -69,6 +69,6 @@ kubectl apply -f "manifests/automationservice.yaml"
 
 ## Maintainers
 
-This TeraFlowSDN service is implemented by [UBITECH](www.ubitech.eu).
+This TeraFlowSDN service is implemented by [UBITECH](https://www.ubitech.eu).
 
 Feel free to contact Georgios Katsikas (gkatsikas at ubitech dot eu) in case you have questions.
diff --git a/src/policy/README.md b/src/policy/README.md
index 6992557da..a5ce13c6e 100644
--- a/src/policy/README.md
+++ b/src/policy/README.md
@@ -72,6 +72,6 @@ kubectl apply -f "manifests/policyservice.yaml"
 
 ## Maintainers
 
-This TeraFlowSDN service is implemented by [UBITECH](www.ubitech.eu).
+This TeraFlowSDN service is implemented by [UBITECH](https://www.ubitech.eu).
 
 Feel free to contact Georgios Katsikas (gkatsikas at ubitech dot eu) in case you have questions.
-- 
GitLab