From 0d87a3f4bccd0fb126a47fec15010eb1392fc063 Mon Sep 17 00:00:00 2001 From: Thomas Bonnet Date: Sun, 22 Dec 2024 10:41:21 +0100 Subject: [PATCH] Edit repository GitHub link to "my-links" --- app/core/constants/paths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/constants/paths.ts b/app/core/constants/paths.ts index 5a8ef87..0cecd97 100644 --- a/app/core/constants/paths.ts +++ b/app/core/constants/paths.ts @@ -1,6 +1,6 @@ const PATHS = { AUTHOR: 'https://www.sonny.dev/?utm_source=mylinks', - REPO_GITHUB: 'https://github.com/Sonny93/my-links', + REPO_GITHUB: 'https://github.com/my-links/my-links', EXTENSION: 'https://chromewebstore.google.com/detail/mylinks/agkmlplihacolkakgeccnbhphnepphma', } as const;