Skip to content

Commit 9699fb0

Browse files
authored
docs: update discord server link (#1862)
1 parent 375bd1c commit 9699fb0

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Dart Frog provides a simple core with a small API surface area in order to reduc
108108
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
109109
[dart_installation_link]: https://dart.dev/get-dart
110110
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
111-
[discord_link]: https://discord.gg/dart-frog
111+
[discord_link]: https://dart-frog.dev/discord
112112
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
113113
[license_link]: https://opensource.org/licenses/MIT
114114
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
{
3333
icon: 'discord',
3434
label: 'Discord',
35-
href: 'https://discord.gg/dart-frog',
35+
href: 'https://dart-frog.dev/discord',
3636
},
3737
],
3838
editLink: {

docs/src/components/landing/Discord.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ const { joinDiscord = 'Leap into Discord' } = Astro.props;
4444
<div class="discord">
4545
<div class="cta">
4646
<Image src={DartFrogLogo} alt="dart frog logo" class="hide glow" />
47-
<LinkCard title={joinDiscord} href="https://discord.gg/dart-frog" />
47+
<LinkCard title={joinDiscord} href="https://dart-frog.dev/discord" />
4848
</div>
4949
</div>

docs/src/content/docs/blog/future-of-dart-frog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ as part of that meeting. Some of the work we have planned includes:
125125
- **Ecosystem**
126126
- Formally meet for the first time and do a planning session
127127
- Invest in growing and moderating the
128-
[new Dart Frog Discord Server](https://discord.gg/dart-frog)
128+
[new Dart Frog Discord Server](https://dart-frog.dev/discord)
129129
- Establish a larger social presence & plan events for the community
130130

131131
## How can you help?
132132

133-
- 💬 Come join the community on [Discord](https://discord.gg/dart-frog).
133+
- 💬 Come join the community on [Discord](https://dart-frog.dev/discord).
134134
- 🙋
135135
[Open an issue](https://github.com/dart-frog-dev/dart_frog/issues/new/choose)
136136
if you encounter a bug or would like a new feature added.

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ deployment in just a few minutes with our detailed documentation.
7171

7272
<Card title="Community" icon="discord">
7373
Join the growing Dart Frog community on
74-
[Discord](https://discord.gg/dart-frog).
74+
[Discord](https://dart-frog.dev/discord).
7575
</Card>
7676

7777
</CardGrid>

packages/dart_frog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ View the full documentation [here][docs_link].
7575
[dart_link]: https://dart.dev
7676
[dart_installation_link]: https://dart.dev/get-dart
7777
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
78-
[discord_link]: https://discord.gg/dart-frog
78+
[discord_link]: https://dart-frog.dev/discord
7979
[docs_link]: https://dart-frog.dev
8080
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
8181
[license_link]: https://opensource.org/licenses/MIT

packages/dart_frog_auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Learn more about it on the [official docs][docs_link].
3333
[dart_link]: https://dart.dev
3434
[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog
3535
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
36-
[discord_link]: https://discord.gg/dart-frog
36+
[discord_link]: https://dart-frog.dev/discord
3737
[docs_link]: https://dart-frog.dev/advanced/authentication
3838
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
3939
[license_link]: https://opensource.org/licenses/MIT

packages/dart_frog_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Learn more about it on the [official docs][docs_link].
5252
[dart_frog_lint_badge]: https://img.shields.io/badge/style-dart_frog_lint-1DF9D2.svg
5353
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
5454
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
55-
[discord_link]: https://discord.gg/dart-frog
55+
[discord_link]: https://dart-frog.dev/discord
5656
[docs_link]: https://dart-frog.dev/getting-started
5757
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
5858
[license_link]: https://opensource.org/licenses/MIT

packages/dart_frog_gen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void main() {
3838
[dart_frog_lint_badge]: https://img.shields.io/badge/style-dart_frog_lint-1DF9D2.svg
3939
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
4040
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
41-
[discord_link]: https://discord.gg/dart-frog
41+
[discord_link]: https://dart-frog.dev/discord
4242
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
4343
[license_link]: https://opensource.org/licenses/MIT
4444
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only

packages/dart_frog_lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For official documentation, please visit [dart-frog.dev][docs_link].
3939
[dart_frog_lint_badge]: https://img.shields.io/badge/style-dart_frog_lint-1DF9D2.svg
4040
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
4141
[discord_badge]: https://img.shields.io/discord/1394707782271238184?style=for-the-badge&logo=discord&color=1C2A2E&logoColor=1DF9D2
42-
[discord_link]: https://discord.gg/dart-frog
42+
[discord_link]: https://dart-frog.dev/discord
4343
[docs_link]: https://dart-frog.dev
4444
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
4545
[license_link]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)