aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-05-19 18:58:45 +0000
committerMohamedBassem <me@mbassem.com>2024-05-19 18:58:45 +0000
commit1506ff0f6976c74c30c0c7e8abc4d194a70f27a5 (patch)
treef19677f109798337d3fde2c9eb903dd6e8fc13fe /apps/web/app/dashboard
parent8274d07025b13dab115e3f770aa0bd691d340d02 (diff)
downloadkarakeep-1506ff0f6976c74c30c0c7e8abc4d194a70f27a5.tar.zst
docs: Change references from the old repo URL to the new one
Diffstat (limited to 'apps/web/app/dashboard')
-rw-r--r--apps/web/app/dashboard/admin/page.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/web/app/dashboard/admin/page.tsx b/apps/web/app/dashboard/admin/page.tsx
index 43c48b44..155b2e17 100644
--- a/apps/web/app/dashboard/admin/page.tsx
+++ b/apps/web/app/dashboard/admin/page.tsx
@@ -20,9 +20,8 @@ import { Trash } from "lucide-react";
import { useSession } from "next-auth/react";
const REPO_LATEST_RELEASE_API =
- "https://api.github.com/repos/mohamedbassem/hoarder-app/releases/latest";
-const REPO_RELEASE_PAGE =
- "https://github.com/MohamedBassem/hoarder-app/releases";
+ "https://api.github.com/repos/hoarder-app/hoarder/releases/latest";
+const REPO_RELEASE_PAGE = "https://github.com/hoarder-app/hoarder/releases";
function useLatestRelease() {
const { data } = useQuery({