From 9e2428c25cc5f0376a6210f1595cdd0b45af337d Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Thu, 27 Jun 2024 16:36:08 +0200 Subject: [PATCH] chore: rename magicbell-io to magicbell --- .changeset/config.json | 2 +- README.md | 16 ++++++++-------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 84d132a..5fa8371 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "magicbell-io/public" } + { "repo": "magicbell/public" } ], "privatePackages": { "version": true, "tag": true }, "commit": false, diff --git a/README.md b/README.md index 8379df6..3006a52 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ This repository is where you can join us for: - [Support requests] and questions about the API and SDKs - [Changelog] and product discussions -[Support requests]: https://github.com/orgs/magicbell-io/discussions -[Changelog]: https://github.com/orgs/magicbell-io/discussions/categories/product-changelog +[Support requests]: https://github.com/orgs/magicbell/discussions +[Changelog]: https://github.com/orgs/magicbell/discussions/categories/product-changelog ## SDKs Apart from our [REST](https://www.magicbell.com/docs/rest-api/overview) API, we offer API wrappers in several programming languages: -- [JavaScript/TypeScript](https://github.com/magicbell-io/magicbell-js) -- [Ruby](https://github.com/magicbell-io/magicbell-ruby) -- [iOS](https://github.com/magicbell-io/magicbell-swift) -- [Android](https://github.com/magicbell-io/magicbell-android) +- [JavaScript/TypeScript](https://github.com/magicbell/magicbell-js) +- [Ruby](https://github.com/magicbell/magicbell-ruby) +- [iOS](https://github.com/magicbell/magicbell-swift) +- [Android](https://github.com/magicbell/magicbell-android) ## Documentation @@ -46,10 +46,10 @@ Check out the example repositories that show how to use MagicBell in [/examples] ## Community -Discuss and ask questions about MagicBell on [GitHub Discussions](https://github.com/orgs/magicbell-io/discussions). +Discuss and ask questions about MagicBell on [GitHub Discussions](https://github.com/orgs/magicbell/discussions). ## Need help? Check [GitHub Discussions] or shoot us an email at for any account specific support requests. -[GitHub Discussions]: https://github.com/orgs/magicbell-io/discussions +[GitHub Discussions]: https://github.com/orgs/magicbell/discussions diff --git a/package.json b/package.json index cf0c699..edbbce9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "public", "version": "1.0.0", "description": "A monorepo for MagicBell's public assets and discourse", - "repository": "https://github.com/magicbell-io/public", + "repository": "https://github.com/magicbell/public", "author": "Stephan Meijer ", "license": "MIT", "private": true,