From 5d12d601aec8f570bcec6daa3292525daeb29759 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Tue, 1 Jul 2025 22:02:14 +0300 Subject: [PATCH] fixed repo links in the docs --- docs/src/components/support/config/donationConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/components/support/config/donationConfig.ts b/docs/src/components/support/config/donationConfig.ts index ee632e72..9963a256 100644 --- a/docs/src/components/support/config/donationConfig.ts +++ b/docs/src/components/support/config/donationConfig.ts @@ -84,14 +84,14 @@ export const alternativeSupport: AlternativeSupport[] = [ title: 'Star on GitHub', description: 'Give us a star on GitHub to help increase visibility and show your support.', icon: '⭐', - link: 'https://github.com/Cleanupparr/Cleanupparr', + link: 'https://github.com/Cleanuparr/Cleanuparr', linkText: 'Star the Repository' }, { title: 'Report Bugs', description: 'Help improve Cleanuparr by reporting bugs and issues you encounter.', icon: '🐛', - link: 'https://github.com/Cleanupparr/Cleanupparr/issues', + link: 'https://github.com/Cleanuparr/Cleanuparr/issues', linkText: 'Report an Issue' }, {