From c0be893bcff547fd50f05b62bd462237baa3c103 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Fri, 7 Feb 2025 13:00:06 +0000 Subject: [PATCH] chore: fix repo URL (#13185) --- packages/integrations/cloudflare/package.json | 4 ++-- packages/integrations/netlify/package.json | 4 ++-- packages/integrations/node/package.json | 4 ++-- packages/integrations/vercel/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 4888946cbdd3..6b9ee1a71139 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -8,14 +8,14 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/withastro/adapters.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/cloudflare" }, "keywords": [ "withastro", "astro-adapter" ], - "bugs": "https://github.com/withastro/adapters/issues", + "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/", "exports": { ".": "./dist/index.js", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 4fdd0fa90a49..03671529313d 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -8,14 +8,14 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/withastro/adapters.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/netlify" }, "keywords": [ "withastro", "astro-adapter" ], - "bugs": "https://github.com/withastro/adapters/issues", + "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/netlify/", "exports": { ".": "./dist/index.js", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 874945614064..12ac266e8202 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -8,14 +8,14 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/withastro/adapters.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/node" }, "keywords": [ "withastro", "astro-adapter" ], - "bugs": "https://github.com/withastro/adapters/issues", + "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/node/", "exports": { ".": "./dist/index.js", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index f64350839713..4ae3120adafb 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -7,14 +7,14 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/withastro/adapters.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/vercel" }, "keywords": [ "withastro", "astro-adapter" ], - "bugs": "https://github.com/withastro/adapters/issues", + "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/", "exports": { ".": "./dist/index.js",