From 9067e71cf22691d28df4665adb0bc580eaf52a9c Mon Sep 17 00:00:00 2001 From: Andres Date: Fri, 11 Apr 2025 03:30:03 +0200 Subject: [PATCH] update links --- README.md | 2 +- src/app/_components/github-links.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94cb645..0119d7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Website for [Balatro Multiplayer](https://balatromp.com/) -To report bugs or request features, please use the [issue tracker](https://github.com/ershisan99/balatromp/issues). \ No newline at end of file +To report bugs or request features, please use the [issue tracker](https://github.com/Balatro-Multiplayer/www/issues). \ No newline at end of file diff --git a/src/app/_components/github-links.tsx b/src/app/_components/github-links.tsx index a641a33..aa4c886 100644 --- a/src/app/_components/github-links.tsx +++ b/src/app/_components/github-links.tsx @@ -8,7 +8,7 @@ import { import { ExternalLink } from 'lucide-react' import type { PropsWithChildren } from 'react' -const WEB_GITHUB_REPO_URL = 'https://github.com/ershisan99/balatromp' +const WEB_GITHUB_REPO_URL = 'https://github.com/Balatro-Multiplayer/www' const MOD_GITHUB_REPO_URL = 'https://github.com/Balatro-Multiplayer/BalatroMultiplayer'