Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 95b06dc

Browse files
committed
fix: update Discord link
1 parent 98da361 commit 95b06dc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
<p align="center">
10-
<a href="https://discord.gg/2quY4Vz5BM"><img alt="Discord" src="https://img.shields.io/discord/1038752242238496779?style=flat-square" /></a>
10+
<a href="https://discord.buttonize.io"><img alt="Discord" src="https://img.shields.io/discord/1038752242238496779?style=flat-square" /></a>
1111
</p>
1212

1313
Buttonize enables you to build internals tools with [AWS CDK](https://aws.amazon.com/cdk/).
@@ -30,4 +30,4 @@ $ cd docs && pnpm start
3030

3131
---
3232

33-
**Join our community** [Discord](https://discord.gg/2quY4Vz5BM) | [Twitter](https://twitter.com/Buttonizeio)
33+
**Join our community** [Discord](https://discord.buttonize.io) | [Twitter](https://twitter.com/Buttonizeio)

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default defineConfig({
7777
social: {
7878
github: 'https://github.com/buttonize',
7979
'x.com': 'https://twitter.com/buttonizeio',
80-
discord: 'https://discord.gg/2quY4Vz5BM',
80+
discord: 'https://discord.buttonize.io',
8181
youtube: 'https://www.youtube.com/@buttonizeio'
8282
},
8383
customCss: [

docs/src/content/docs/core-concepts/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ There are a couple of controls you can use during live local development.
124124

125125
---
126126

127-
In case you encounter any issues, please let us know [on Discord](https://discord.gg/2quY4Vz5BM). We will do our best to make the live local development work with your CDK project.
127+
In case you encounter any issues, please let us know [on Discord](https://discord.buttonize.io). We will do our best to make the live local development work with your CDK project.

docs/src/content/docs/getting-started/add-buttonize-to-existing-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ And the application itself looks like this.
204204

205205
### You have deployed your first Buttonize app
206206

207-
Congrats! Let us know how you liked it [on Discord](https://discord.gg/2quY4Vz5BM).
207+
Congrats! Let us know how you liked it [on Discord](https://discord.buttonize.io).

docs/src/content/docs/getting-started/build-your-first-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ And the application itself looks like this.
129129

130130
### You have deployed your first Buttonize app
131131

132-
Congrats! Let us know how you liked it [on Discord](https://discord.gg/2quY4Vz5BM).
132+
Congrats! Let us know how you liked it [on Discord](https://discord.buttonize.io).

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set of **UI components** and actions in order to build **internal tools** on top
3131
</IntroCard>
3232
<IntroCard title="Community" icon="discord">
3333
We want to hear from you. Join our community and report us any bugs and feature requests and ideas. <br/>
34-
[Join Discord community](https://discord.gg/2quY4Vz5BM).
34+
[Join Discord community](https://discord.buttonize.io).
3535
</IntroCard>
3636

3737
</CardGrid>

0 commit comments

Comments
 (0)