Skip to content

Commit

Permalink
Merge pull request #162 from grain-lang/update-discord-link
Browse files Browse the repository at this point in the history
Update discord links
  • Loading branch information
ospencer committed Jan 15, 2021
2 parents b52eb8d + 4182a92 commit 622e10e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 class="contribute-header heading">
<a href="https://github.com/grain-lang/grain/blob/master/CONTRIBUTING.md" class="button button-secondary contribute-cta">
View the Contributing Guide
</a>
<a href="https://discord.gg/grain" class="button button-secondary contribute-cta">
<a href="https://discord.gg/grain-lang" class="button button-secondary contribute-cta">
<i class="fab fa-discord contribute-discord"></i> Join Our Discord Server
</a>
</div>
Expand All @@ -124,7 +124,7 @@ <h2 class="heading banner-header">Build it with Grain.</h2>
<ul>
<li><a href="https://github.com/grain-lang/grain/blob/master/CONTRIBUTING.md">Contributing Guide</a></li>
<li><a href="https://github.com/grain-lang/grain/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
<li><a href="https://discord.gg/grain">Discord</a></li>
<li><a href="https://discord.gg/grain-lang">Discord</a></li>
</ul>
</div>
<div class="footer-right">
Expand Down
2 changes: 1 addition & 1 deletion src_blog/_posts/Grain-Hearts-Hacktoberfest.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The amount of energy around the Grain project in October was astounding. Even th

When I finally had a chance to catch up, it took me a full day to review everything submitted throughout the month and my `git pull` actually pulled down more than 100 commits. That is mind-blowing for such an early stage project!

I can't thank everyone enough for this, and I really hope y'all continue to contribute. Or if you haven't contributed yet, feel free to join our [Discord](https://discord.gg/grain) and we can guide you to landing some code of your own.
I can't thank everyone enough for this, and I really hope y'all continue to contribute. Or if you haven't contributed yet, feel free to join our [Discord](https://discord.gg/grain-lang) and we can guide you to landing some code of your own.

## Version 0.2.0 - Amaranth

Expand Down
4 changes: 2 additions & 2 deletions src_blog/_posts/Grain-State-of-the-Union-2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We want to put academic language features to work for the everyday developer. As

Grain aims to be what I would describe as a _relaxed_ functional language. This means that we'll still have a strong typechecker and still support most functional language constructs, but we'll also adopt features like [Rust's](https://www.rust-lang.org) `let mut` that steer a little off the beaten path for functional languages. These deviances are what we feel to be pragmatic and make the language more practical for everyday use.

Of course, no open source project would be anything without a strong community. Continuing to build a vibrant community will be a big part of what makes Grain successful. Our [Discord server](https://discord.gg/grain) has a great group of people and is growing to become something truly great. We hope to create a collaborative space where everyone feels welcome to ask, learn, and contribute.
Of course, no open source project would be anything without a strong community. Continuing to build a vibrant community will be a big part of what makes Grain successful. Our [Discord server](https://discord.gg/grain-lang) has a great group of people and is growing to become something truly great. We hope to create a collaborative space where everyone feels welcome to ask, learn, and contribute.

## Core Language Development

Expand Down Expand Up @@ -76,4 +76,4 @@ Adjacent to the language, we're working on new tooling—code formatters and a l

Lastly, we're working to improve our Windows support. Once that's all set, we'll start distributing binaries for all platforms. This will make it easier than ever to get up and running with Grain.

If any of this interests you, [follow us on Twitter](https://twitter.com/grain_lang) and [join the conversation on Discord](https://discord.gg/grain)! If you want periodic updates from us in email form, you can sign up for our email list below.
If any of this interests you, [follow us on Twitter](https://twitter.com/grain_lang) and [join the conversation on Discord](https://discord.gg/grain-lang)! If you want periodic updates from us in email form, you can sign up for our email list below.
2 changes: 1 addition & 1 deletion themes/grain/layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ul>
<li><a href="https://github.com/grain-lang/grain/blob/master/CONTRIBUTING.md">Contributing Guide</a></li>
<li><a href="https://github.com/grain-lang/grain/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
<li><a href="https://discord.gg/grain">Discord</a></li>
<li><a href="https://discord.gg/grain-lang">Discord</a></li>
</ul>
</div>
<div class="footer-right">
Expand Down
2 changes: 1 addition & 1 deletion themes/grain/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h1>The Grain Blog</h1>
<p class="blog-subtitle">Your source for everything Grain.</p>
<hr>
<p class="blog-subtitle">Like what we're doing with Grain? <a href="https://twitter.com/grain_lang">Follow us on Twitter</a> or come <a href="https://discord.gg/grain">chat with us on Discord</a>.</p>
<p class="blog-subtitle">Like what we're doing with Grain? <a href="https://twitter.com/grain_lang">Follow us on Twitter</a> or come <a href="https://discord.gg/grain-lang">chat with us on Discord</a>.</p>
<div class="join-mailing">
<h4 class="join-mailing-title">Join our mailing list for periodic farm-to-desktop goodness:</h4>
<!-- Begin Mailchimp Signup Form -->
Expand Down

0 comments on commit 622e10e

Please sign in to comment.