Skip to content

Commit db2fe32

Browse files
never ending Discord link (#141)
1 parent 0b0d0cd commit db2fe32

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/components/footer/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class Footer extends HTMLElement {
1919
</li>
2020
2121
<li class="${styles.socialIcon}">
22-
<a href="https://discord.gg/Rkb7VTvk" title="Discord">
22+
<a href="https://discord.gg/dmDmjFCKuH" title="Discord">
2323
${discordIcon}
2424
</a>
2525
</li>

src/components/footer/footer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ICONS = [
77
title: "GitHub",
88
},
99
{
10-
link: "https://discord.gg/Rkb7VTvk",
10+
link: "https://discord.gg/dmDmjFCKuH",
1111
title: "Discord",
1212
},
1313
{

src/components/header/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class Header extends HTMLElement {
4646
</li>
4747
4848
<li class="${styles.socialIcon}">
49-
<a href="https://discord.gg/Rkb7VTvk" title="Discord">
49+
<a href="https://discord.gg/dmDmjFCKuH" title="Discord">
5050
${discordIcon}
5151
</a>
5252
</li>

src/components/header/header.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ICONS = [
99
title: "GitHub",
1010
},
1111
{
12-
link: "https://discord.gg/Rkb7VTvk",
12+
link: "https://discord.gg/dmDmjFCKuH",
1313
title: "Discord",
1414
},
1515
{

src/pages/blog/release/v0-28-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ All web standards, all the time. You know we love to see it. 🤓
143143

144144
In addition to the above mentioned features, this release also lays the ground work for our foray into [Serverless and Edge runtime support](https://github.com/ProjectEvergreen/greenwood/issues/1008). For out next release, Greenwood team has its sights set on being able to fully embrace running beyond the server with hosting providers like Netlify and Vercel and their serverless and edge offerings, allowing us to push web standards even further down the stack! We [see this trend becoming more ubiquitous](https://wintercg.org/) as more and more hosting providers coalesce around these standards too, so now is a great time to get started!
145145

146-
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/Rkb7VTvk) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
146+
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/dmDmjFCKuH) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️

src/pages/blog/release/v0-29-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ We're really excited to see the progress **Greenwood** has been able to make thi
114114
115115
We're also planning a significant [redesign of the Greenwood website](https://github.com/ProjectEvergreen/greenwood/issues/978) to help better showcase all of Greenwood's capabilities and to streamline and simplify the documentation.
116116
117-
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/Rkb7VTvk) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
117+
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/dmDmjFCKuH) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️

src/pages/blog/release/v0-30-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ We took on a pretty significant overhaul of the feature set related to leveragin
187187

188188
---
189189

190-
As always, we're excited to see where the community can take Greenwood and are always available to chat on [GitHub](https://github.com/ProjectEvergreen/greenwood) or [Discord](https://discord.gg/Rkb7VTvk). See you for the next release! ✌️
190+
As always, we're excited to see where the community can take Greenwood and are always available to chat on [GitHub](https://github.com/ProjectEvergreen/greenwood) or [Discord](https://discord.gg/dmDmjFCKuH). See you for the next release! ✌️

src/pages/docs/introduction/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ If we did our job well, the only docs you should need are [MDN](https://develope
4242

4343
The Greenwood team are working hard towards a [1.0 release](https://github.com/ProjectEvergreen/greenwood/milestone/3) and are eager to get there quickly and provide a stable foundation to expand Greenwood's features and capabilities. We want to make sure Greenwood is the best experience it can be, for users and developers. If you have [any issues](https://github.com/ProjectEvergreen/greenwood/issues) or are curious to see what we're [working on next](https://github.com/ProjectEvergreen/greenwood/projects), please feel free to checkout our [GitHub repo](https://github.com/ProjectEvergreen/greenwood) and poke around.
4444

45-
We are also [on Discord](https://discord.gg/Rkb7VTvk), so feel free to join us there to chat. 👋
45+
We are also [on Discord](https://discord.gg/dmDmjFCKuH), so feel free to join us there to chat. 👋

src/pages/guides/getting-started/next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ To continue your Greenwood journey, here are some links we think you may want to
1515
- [Hosting](/guides/hosting/) - Guides on building and deploying your static, serverless, or serverfull application
1616
- [Tutorials](/guides/tutorials/) - Additional walkthroughs and patterns using Greenwood
1717

18-
And of course feel free to join us on [Discord](https://discord.gg/Rkb7VTvk) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️
18+
And of course feel free to join us on [Discord](https://discord.gg/dmDmjFCKuH) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️

0 commit comments

Comments
 (0)