From 0223335893e6225bfde27fa9d293b4554a1934af Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 16 Dec 2022 14:39:54 +0100
Subject: [PATCH] doc(links): repair broken links

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 50cfbe6..6305b3c 100644
--- a/README.md
+++ b/README.md
@@ -34,4 +34,4 @@ Here is how this GitLab CI template chooses the Gitleaks rules to use:
 
 1. It first looks for a `.gitleaks.toml` file at the root of your project repository.
 2. If not found, it uses the `.toml` file specified with the `$GITLEAKS_RULES` variable.
-3. If not specified, [default Gitleaks rules] (https://github.com/zricethezav/gitleaks/blob/master/config/default.go) are used.
+3. If not specified, [default Gitleaks rules] (https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml) are used.
-- 
GitLab