From 44bc96a5e472cc136ba85671f37a2cebf03b05d4 Mon Sep 17 00:00:00 2001 From: Yasodha Dollu Date: Thu, 19 Mar 2026 13:45:32 +0530 Subject: [PATCH] chore: rename repository links to javascript-sdk --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- packages/javascript/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/vue/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c2be06..95be3aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,8 @@ By participating in this project, you agree to abide by our [Code of Conduct](./ 1. Fork the repository 2. Clone your fork: ```bash - git clone https://github.com/YOUR_USERNAME/sdk.git - cd sdk + git clone https://github.com/YOUR_USERNAME/javascript-sdk.git + cd javascript-sdk ``` 3. Install dependencies: ```bash diff --git a/README.md b/README.md index e24d53b..d271d16 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi ## Support - [Documentation](https://supaship.com/docs) -- [GitHub Issues](https://github.com/supashiphq/sdk/issues) +- [GitHub Issues](https://github.com/supashiphq/javascript-sdk/issues) ## Security diff --git a/packages/javascript/package.json b/packages/javascript/package.json index ce40b00..9d2c22d 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -42,11 +42,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/SupashipHQ/sdk", + "url": "https://github.com/SupashipHQ/javascript-sdk", "directory": "packages/javascript" }, "bugs": { - "url": "https://github.com/SupashipHQ/sdk/issues" + "url": "https://github.com/SupashipHQ/javascript-sdk/issues" }, "homepage": "https://supaship.com" } diff --git a/packages/react/package.json b/packages/react/package.json index 6427404..360b83b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -69,11 +69,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/SupashipHQ/sdk", + "url": "https://github.com/SupashipHQ/javascript-sdk", "directory": "packages/react" }, "bugs": { - "url": "https://github.com/SupashipHQ/sdk/issues" + "url": "https://github.com/SupashipHQ/javascript-sdk/issues" }, "homepage": "https://supaship.com" } diff --git a/packages/vue/package.json b/packages/vue/package.json index 8e613dd..72b8443 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -58,11 +58,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/SupashipHQ/sdk", + "url": "https://github.com/SupashipHQ/javascript-sdk", "directory": "packages/vue" }, "bugs": { - "url": "https://github.com/SupashipHQ/sdk/issues" + "url": "https://github.com/SupashipHQ/javascript-sdk/issues" }, "homepage": "https://supaship.com" }