Skip to content

Commit

Permalink
chore: rename magicbell-io to magicbell
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed Jun 27, 2024
1 parent 2597e17 commit 9e2428c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <hello@magicbell.io> for any account specific support requests.

[GitHub Discussions]: https://github.com/orgs/magicbell-io/discussions
[GitHub Discussions]: https://github.com/orgs/magicbell/discussions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stephan.meijer@gmail.com>",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 9e2428c

Please sign in to comment.