From 8299b17195d50540ccd791e58b63f245008985a4 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Mon, 27 Apr 2020 15:51:02 +0100
Subject: [PATCH] Add .md to links

---
 docs/faqs.md  | 2 +-
 docs/recur.md | 2 +-
 docs/setup.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/faqs.md b/docs/faqs.md
index c4f8e29d..471aa677 100644
--- a/docs/faqs.md
+++ b/docs/faqs.md
@@ -57,7 +57,7 @@ The following metadata is created for a Stripe Customer:
 
 ![Stripe Customer](images/stripedashboard_customerdetail.png)
 
-In addition, if you have enabled receipts (see [Setup](setup)) the email address will be sent to Stripe and used to send a receipt to the contact.
+In addition, if you have enabled receipts (see [Setup](setup.md)) the email address will be sent to Stripe and used to send a receipt to the contact.
 
 ## Postcode and Billing Address
 
diff --git a/docs/recur.md b/docs/recur.md
index 988f21cf..c17b34ac 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](webhook)
+    See [Webhooks](webhook.md)
 
 ## Cancelling Recurring Contributions
 You can cancel a recurring contribution from the Stripe Dashboard or from within CiviCRM.
diff --git a/docs/setup.md b/docs/setup.md
index 1c24ee5f..6de9b23e 100644
--- a/docs/setup.md
+++ b/docs/setup.md
@@ -1,5 +1,5 @@
 # Setup and configuration
-Please make sure you have read and followed the instructions under [Install](install) first.
+Please make sure you have read and followed the instructions under [Install](install.md) first.
 
 ## Receipts
 
-- 
GitLab