From 8e92704276588f1cf92d2654300c56b749771f3d Mon Sep 17 00:00:00 2001
From: Jake <j.vondoemming@stud.uni-goettingen.de>
Date: Mon, 3 Oct 2022 06:35:11 +0200
Subject: [PATCH] fixed pipeline

---
 config.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config.json b/config.json
index f4b1611..21cc72c 100644
--- a/config.json
+++ b/config.json
@@ -17,12 +17,15 @@
 	"default_status": "published",
 	"gitlab":  {
 		"edit_url": {
+			"prefix": "<Insert GitLab link prefix here>",
 			"suffix": ""
 		},
 		"view_url": {
+			"prefix": "<Insert GitLab link prefix here>",
 			"suffix": "?plain=1"
 		},
 		"history_url": {
+			"prefix": "<Insert GitLab link prefix here>",
 			"suffix": ""
 		}
 	},
-- 
GitLab