Skip to content

Commit 9e2428c

Browse files
committed
chore: rename magicbell-io to magicbell
1 parent 2597e17 commit 9e2428c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "magicbell-io/public" }
5+
{ "repo": "magicbell/public" }
66
],
77
"privatePackages": { "version": true, "tag": true },
88
"commit": false,

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ This repository is where you can join us for:
2121
- [Support requests] and questions about the API and SDKs
2222
- [Changelog] and product discussions
2323

24-
[Support requests]: https://github.com/orgs/magicbell-io/discussions
25-
[Changelog]: https://github.com/orgs/magicbell-io/discussions/categories/product-changelog
24+
[Support requests]: https://github.com/orgs/magicbell/discussions
25+
[Changelog]: https://github.com/orgs/magicbell/discussions/categories/product-changelog
2626

2727
## SDKs
2828

2929
Apart from our [REST](https://www.magicbell.com/docs/rest-api/overview) API, we offer API wrappers in several programming languages:
3030

31-
- [JavaScript/TypeScript](https://github.com/magicbell-io/magicbell-js)
32-
- [Ruby](https://github.com/magicbell-io/magicbell-ruby)
33-
- [iOS](https://github.com/magicbell-io/magicbell-swift)
34-
- [Android](https://github.com/magicbell-io/magicbell-android)
31+
- [JavaScript/TypeScript](https://github.com/magicbell/magicbell-js)
32+
- [Ruby](https://github.com/magicbell/magicbell-ruby)
33+
- [iOS](https://github.com/magicbell/magicbell-swift)
34+
- [Android](https://github.com/magicbell/magicbell-android)
3535

3636
## Documentation
3737

@@ -46,10 +46,10 @@ Check out the example repositories that show how to use MagicBell in [/examples]
4646

4747
## Community
4848

49-
Discuss and ask questions about MagicBell on [GitHub Discussions](https://github.com/orgs/magicbell-io/discussions).
49+
Discuss and ask questions about MagicBell on [GitHub Discussions](https://github.com/orgs/magicbell/discussions).
5050

5151
## Need help?
5252

5353
Check [GitHub Discussions] or shoot us an email at <[email protected]> for any account specific support requests.
5454

55-
[GitHub Discussions]: https://github.com/orgs/magicbell-io/discussions
55+
[GitHub Discussions]: https://github.com/orgs/magicbell/discussions

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "public",
33
"version": "1.0.0",
44
"description": "A monorepo for MagicBell's public assets and discourse",
5-
"repository": "https://github.com/magicbell-io/public",
5+
"repository": "https://github.com/magicbell/public",
66
"author": "Stephan Meijer <[email protected]>",
77
"license": "MIT",
88
"private": true,

0 commit comments

Comments
 (0)