From 348e3e129338f764418e36d1c6e5804e7f64c2cb Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Thu, 28 Sep 2023 09:49:33 +0200
Subject: [PATCH] docs: remove MD from secret description

---
 kicker.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kicker.json b/kicker.json
index 57b9223..c61cfb1 100644
--- a/kicker.json
+++ b/kicker.json
@@ -60,7 +60,7 @@
         },
         {
           "name": "SONAR_TOKEN",
-          "description": "SonarQube authentication [token](https://docs.sonarqube.org/latest/user-guide/user-token/) (depends on your authentication method)",
+          "description": "SonarQube authentication token (see https://docs.sonarqube.org/latest/user-guide/user-token/) - depends on your authentication method",
           "secret": true
         },
         {
-- 
GitLab