From d09855e6158cd8831a945d07e1aa16dc1a93a9d6 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Tue, 24 Nov 2020 21:25:18 +0100
Subject: [PATCH] docs: fix broken link (#7804)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
---
 lib/manager/terragrunt/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/manager/terragrunt/readme.md b/lib/manager/terragrunt/readme.md
index 146136a135..9eabe6bea0 100644
--- a/lib/manager/terragrunt/readme.md
+++ b/lib/manager/terragrunt/readme.md
@@ -1,6 +1,6 @@
 Currently by default, Terragrunt support is limited to Terraform registry sources and GitHub sources that include semver refs, e.g. like `github.com/hashicorp/example?ref=v1.0.0`.
 
-You can create a custom [versioning config](../../../docs/usage/configuration-options.md#versioning) to support non-semver references.
+You can create a custom [versioning config](/configuration-options.md#versioning) to support non-semver references.
 For example, if you want to reference a tag like `module-v1.2.5`, a block like this would work:
 
 ```json
-- 
GitLab