From 1506ff0f6976c74c30c0c7e8abc4d194a70f27a5 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 19 May 2024 18:58:45 +0000 Subject: docs: Change references from the old repo URL to the new one --- apps/cli/package.json | 2 +- apps/landing/app/page.tsx | 2 +- apps/web/app/dashboard/admin/page.tsx | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'apps') diff --git a/apps/cli/package.json b/apps/cli/package.json index bee5ef37..01b5ab17 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -38,7 +38,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/MohamedBassem/hoarder-app.git", + "url": "git+https://github.com/hoarder-app/hoarder.git", "directory": "apps/cli" }, "eslintConfig": { diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx index a7b25079..cfe04ce0 100644 --- a/apps/landing/app/page.tsx +++ b/apps/landing/app/page.tsx @@ -8,7 +8,7 @@ import playStoreBadge from "@/public/google-play-badge.png"; import screenshot from "@/public/screenshot.png"; import { ExternalLink, Github } from "lucide-react"; -const GITHUB_LINK = "https://github.com/MohamedBassem/hoarder-app"; +const GITHUB_LINK = "https://github.com/hoarder-app/hoarder"; const DOCS_LINK = "https://docs.hoarder.app"; const DEMO_LINK = "https://try.hoarder.app"; 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({ -- cgit v1.2.3-70-g09d2