From 09a27e2b7cf670016f7f8f5e11372c737a0c7d0c Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Thu, 28 Sep 2023 09:49:57 +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 1b813fb..265c0fc 100644
--- a/kicker.json
+++ b/kicker.json
@@ -27,7 +27,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 (depends on your authentication method)",
       "secret": true
     },
     {
-- 
GitLab