diff --git a/cli/package.json b/cli/package.json index ea08223..9905c5f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -44,6 +44,6 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/uncle6me-web/Arcrun.git" + "url": "git+https://github.com/youlinhsieh/Arcrun.git" } } diff --git a/landing/app/components/SiteNav.tsx b/landing/app/components/SiteNav.tsx index f93d3de..f5e7455 100644 --- a/landing/app/components/SiteNav.tsx +++ b/landing/app/components/SiteNav.tsx @@ -40,7 +40,7 @@ export default function SiteNav({ currentPath }: { currentPath?: string }) { Integrations API
- 開始貢獻 - 查看 Recipe 格式 diff --git a/landing/app/page.tsx b/landing/app/page.tsx index 6be6994..b2ce957 100644 --- a/landing/app/page.tsx +++ b/landing/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { className="bg-indigo-600 hover:bg-indigo-500 text-white px-6 py-3 rounded-lg font-medium transition-colors"> {isLoggedIn ? 'Go to Dashboard' : 'Get API Key — Free'} - View on GitHub @@ -189,7 +189,7 @@ drive = auth.bind(
Integrations API Docs - GitHub

arcrun — MIT License