From fda9457024f2e68b562166c6a9ed72aa7567e107 Mon Sep 17 00:00:00 2001
From: Clemens Barth <clemens.barth@stud.h-da.de>
Date: Tue, 9 Jul 2024 17:51:10 +0200
Subject: [PATCH] fix lint & link

---
 qconfgen/README.md                                 | 4 ++--
 qconfgen/templateCreate/parseTemplateCreateConf.go | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qconfgen/README.md b/qconfgen/README.md
index 37369e17..0db4fac3 100644
--- a/qconfgen/README.md
+++ b/qconfgen/README.md
@@ -48,7 +48,7 @@ go test .
 
 The configuration file [/qconfgen/templateCreate/templateCreate.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate.clab_vars.yaml), defines what the generator should do. Most of the values do not need to be changed usually.
 
-A default configuration file is provided [/qconfgen/templateCreate/templateCreate_default.clab_vars-yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/templateCreate/templateCreate_default.clab_vars.yaml) that defines a simple example configuration. Its content can be copied into the above file, or it can be used with the `-config` flag .
+A default configuration file is provided [/qconfgen/templateCreate/templateCreate_default.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate_default.clab_vars.yaml) that defines a simple example configuration. Its content can be copied into the above file, or it can be used with the `-config` flag .
 
 The value `ekms.num` can be changed for a different number of EKMS. Setting the `-ekms` flag overwrites this value.
 
@@ -89,4 +89,4 @@ There are different ways to generate peer connections between two EKMS. Availabl
 
 ## Misc
 
-The `README_old.md` file (in German) may have more information, but does not represent the current state of the project.
\ No newline at end of file
+The [README_old.md](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/README_old.md) file (in German) may have more information, but does not represent the current state of the project.
\ No newline at end of file
diff --git a/qconfgen/templateCreate/parseTemplateCreateConf.go b/qconfgen/templateCreate/parseTemplateCreateConf.go
index 290280de..a4621fa9 100644
--- a/qconfgen/templateCreate/parseTemplateCreateConf.go
+++ b/qconfgen/templateCreate/parseTemplateCreateConf.go
@@ -86,7 +86,7 @@ func setConfigPath(configPath *string) {
 	}
 }
 
-// needs the config file to be parsed to check the EKMS value
+// needs the config file to be parsed to check the EKMS value.
 func setEkmsNumber(ekmsNum *int) {
 	if *ekmsNum < 1 {
 		logrus.Info("-ekms, -kms flag not provided or invalid value, using value in config file: ", tcConf.EKMS.Num)
-- 
GitLab