From d56f2434ba914b08377e8d87176465eac7e656d4 Mon Sep 17 00:00:00 2001 From: CiccioBro17 <203853964+CiccioBro17@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:06:19 +0200 Subject: [PATCH] Fix link in Contribute button Signed-off-by: CiccioBro17 <203853964+CiccioBro17@users.noreply.github.com> --- src/constants/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/routes.ts b/src/constants/routes.ts index 86e74e2..438dd78 100644 --- a/src/constants/routes.ts +++ b/src/constants/routes.ts @@ -75,7 +75,7 @@ export const Socials = { "Github": { "Home" : "https://github.com/FreesmTeam/FreesmLauncher", "Issues" : "https://github.com/FreesmTeam/FreesmLauncher/issues", - "Contribute": "https://github.com/FreesmTeam/FreesmLauncher/blob/develop/CONTRIBUTING.md", + "Contribute": "https://github.com/FreesmTeam/FreesmLauncher/blob/develop/docs/CONTRIBUTING.md", "Website" : "https://github.com/FreesmTeam/website", }, "Discord": {