aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/web/components/admin/ServerStats.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/admin/ServerStats.tsx b/apps/web/components/admin/ServerStats.tsx
index 0842ac77..dd74e414 100644
--- a/apps/web/components/admin/ServerStats.tsx
+++ b/apps/web/components/admin/ServerStats.tsx
@@ -7,8 +7,8 @@ import { api } from "@/lib/trpc";
import { keepPreviousData, useQuery } from "@tanstack/react-query";
const REPO_LATEST_RELEASE_API =
- "https://api.github.com/repos/hoarder-app/hoarder/releases/latest";
-const REPO_RELEASE_PAGE = "https://github.com/hoarder-app/hoarder/releases";
+ "https://api.github.com/repos/karakeep-app/karakeep/releases/latest";
+const REPO_RELEASE_PAGE = "https://github.com/karakeep-app/karakeep/releases";
function useLatestRelease() {
const { data } = useQuery({