From 018714610af40ef58073f3afa93be7018b3a6a0c Mon Sep 17 00:00:00 2001
From: Ed <61695425+edleeman17@users.noreply.github.com>
Date: Fri, 26 Jan 2024 15:11:18 +0000
Subject: [PATCH] Updating link for GoCardless Bank Account Sync (#2276)

* Updating link for GoCardless Bank Account Sync

* Adding release notes

* Update URL to point to docs

* Fixing lint
---
 .../src/components/modals/GoCardlessInitialise.tsx          | 5 ++++-
 upcoming-release-notes/2276.md                              | 6 ++++++
 2 files changed, 10 insertions(+), 1 deletion(-)
 create mode 100644 upcoming-release-notes/2276.md

diff --git a/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx b/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx
index a6d877b57..ad7059582 100644
--- a/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx
+++ b/packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx
@@ -58,7 +58,10 @@ export const GoCardlessInitialise = ({
           In order to enable bank-sync via GoCardless (only for EU banks) you
           will need to create access credentials. This can be done by creating
           an account with{' '}
-          <ExternalLink to="https://gocardless.com/" linkColor="purple">
+          <ExternalLink
+            to="https://actualbudget.org/docs/advanced/bank-sync/"
+            linkColor="purple"
+          >
             GoCardless
           </ExternalLink>
           .
diff --git a/upcoming-release-notes/2276.md b/upcoming-release-notes/2276.md
new file mode 100644
index 000000000..23f2f5373
--- /dev/null
+++ b/upcoming-release-notes/2276.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [edleeman17]
+---
+
+Fix link for registering with GoCardless
-- 
GitLab