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;