From be746e9dd1a5da32becbb551d26e1176cfbd60d8 Mon Sep 17 00:00:00 2001
From: "Matthew Wire (MJW Consulting)" <mjw@mjwconsult.co.uk>
Date: Fri, 13 Sep 2019 18:59:00 +0100
Subject: [PATCH] Fix link in documentation

---
 docs/recur.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/recur.md b/docs/recur.md
index 612a929a..dc945519 100644
--- a/docs/recur.md
+++ b/docs/recur.md
@@ -7,7 +7,7 @@ The CiviCRM Recurring Contribution `trxn_id` = Stripe `subscription ID`.
 When you create a recurring contribution in CiviCRM using the Stripe payment processor it is linked via the trxn_id to a Stripe subscription.
 
 !!! tip If you are using recurring contributions make sure you have webhooks configured correctly
-    See [Webhooks](/docs/webhook.md)
+    See [Webhooks](/webhook)
 
 ## Cancelling Recurring Contributions
 You can cancel a recurring contribution from the Stripe Dashboard or from within CiviCRM.
-- 
GitLab