From 3a83ec693dff34b64a61a01321f3575bb9b21ace Mon Sep 17 00:00:00 2001
From: Christophe Limpalair <christf24@gmail.com>
Date: Sat, 21 Sep 2024 16:11:16 -0600
Subject: [PATCH] Update incorrect radish-bdd website URL (#735)

I think Radish BDD changed their domain/URL at some point and someone took it over. So the current URL referenced in docs leads to a shady website and is the incorrect URL. Fixing to correct URL.
---
 docs/pages/bdd-references/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pages/bdd-references/index.md b/docs/pages/bdd-references/index.md
index 674c5322..21dc9bbd 100644
--- a/docs/pages/bdd-references/index.md
+++ b/docs/pages/bdd-references/index.md
@@ -7,7 +7,7 @@ has_children: true
 
 # BDD Reference
 
-`terraform-compliance` utilises [radish](http://radish-bdd.io/) to handle BDD directives. BDD is
+`terraform-compliance` utilises [radish](https://github.com/radish-bdd/radish) to handle BDD directives. BDD is
 used in many development practices from End-to-End testing to FrontEnd testing, provides easy-to-understand
 context that is self-descriptive and easy-to-understand for someone that is reading the test results.