Skip to content

Commit

Permalink
Update Discord invite link; have it go to #beginners.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelimion committed Feb 1, 2025
1 parent 89e55cc commit ae7ca2c
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions content/community/discord.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Hang Out"
linktitle: Discord
summary: Get live support and talk with other lovers of Odin on the [Odin Discord](https://discord.com/invite/sVBPHEv).
summary: Get live support and talk with other lovers of Odin on the [Odin Discord](https://discord.gg/vafXTdubwr).
weight: 2
layout: blank
---

Get live support and talk with other lovers of Odin on the [Odin Discord](https://discord.com/invite/sVBPHEv).
Get live support and talk with other lovers of Odin on the [Odin Discord](https://discord.gg/vafXTdubwr).
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4289,7 +4289,7 @@ Thus, when necessity calls for it, **the entire literature and community of C is

You can also make your experience navigating Odin code easier by installing a [syntax highlighter](https://en.wikipedia.org/wiki/Syntax_highlighting) and/or a [language server](https://en.wikipedia.org/wiki/Language_Server_Protocol), which do exist for some editors (e.g. VS Code, Vim, Sublime Text, and Emacs) and work well enough to make using Odin comfortable. See [the list of text editors that have support for Odin code](https://github.com/odin-lang/Odin/wiki/Odin-Libs#editor-support) for known examples.

Finally, you can ask for information from [the Odin community on Discord](https://discord.com/invite/sVBPHEv) or elsewhere. There is also [an old Handmade Network forum](https://odin.handmade.network/forums) that is no longer in use and doesn't have many threads, but may still have a small amount of useful info on it.
Finally, you can ask for information from [the Odin community on Discord](https://discord.gg/vafXTdubwr) or elsewhere. There is also [an old Handmade Network forum](https://odin.handmade.network/forums) that is no longer in use and doesn't have many threads, but may still have a small amount of useful info on it.

There's a collection of other [libraries created by the Odin community](https://github.com/odin-lang/Odin/wiki/Odin-Libs) that may also be helpful.

Expand Down
4 changes: 2 additions & 2 deletions content/news/2022-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A: Definitely the [core](https://pkg.odin-lang.org/core/) library. You have all

The core library could also use some *more* love/help from the community. There are a few unfinished packages and code that needs more fixing/testing.

Q: We've enjoyed your Todool progress updates in `#showcase` on our [Discord](https://discord.com/invite/sVBPHEv) and your [YT channel](https://www.youtube.com/c/Skytrias/videos). Is there a site people can pre-order it at?
Q: We've enjoyed your Todool progress updates in `#showcase` on our [Discord](https://discord.gg/vafXTdubwr) and your [YT channel](https://www.youtube.com/c/Skytrias/videos). Is there a site people can pre-order it at?

A: Todool will be available soon on https://skytrias.itch.io/todool

Expand All @@ -68,4 +68,4 @@ From **cstring:**
| To | Action | Code |
| --- | --- | --- |
| `string` | ***alias*** | `string(st)` |
| `[^]u8` | ***alias*** | `transmute([^]u8)st` |
| `[^]u8` | ***alias*** | `transmute([^]u8)st` |
4 changes: 2 additions & 2 deletions content/news/2023-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
---

Hey all 👋
This month we're doing things differently and want to show off more from the [Odin Discord Community](https://discord.com/invite/sVBPHEv). We'll go over release note highlights and official package news as usual.
This month we're doing things differently and want to show off more from the [Odin Discord Community](https://discord.gg/vafXTdubwr). We'll go over release note highlights and official package news as usual.

## Release note highlights

Expand Down Expand Up @@ -198,4 +198,4 @@ GingerBill was recently interviewed by [ThePrimeagen](https://www.youtube.com/@T
"Sparse fluid solver working in odin + dx12 - ProfPistachio"
"https://cdn.discordapp.com/attachments/568871319425515531/1124177224761880697/Fz1sNu8aYAA-2Z2.png"
"https://twitter.com/charshenton/status/1674613459261210625"
>}}
>}}
2 changes: 1 addition & 1 deletion content/news/2023-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:

## Package Updates

`laytan` has been implementing Non-Blocking IO into [odin-http](https://github.com/laytan/odin-http/commit/64b8627bbe35c10f166988c7f1e9c99ca90c0402). Here is what he shared on our [Discord](https://discord.com/invite/sVBPHEv).
`laytan` has been implementing Non-Blocking IO into [odin-http](https://github.com/laytan/odin-http/commit/64b8627bbe35c10f166988c7f1e9c99ca90c0402). Here is what he shared on our [Discord](https://discord.gg/vafXTdubwr).

```txt
Just merged the non-blocking IO branch into odin-http for faster and less resource intensive IO.
Expand Down
2 changes: 1 addition & 1 deletion content/news/2023-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ I'm genuinely excited about Orca and eager to see its development path!

Happy holidays, coders! May your code be bug-free, your functions optimized, and your New Year full of tech triumphs. Cheers to a season of joyful coding! 🎄✨

Here are the [Discord](https://discord.com/invite/sVBPHEv) `#showcase` posts from this month.
Here are the [Discord](https://discord.gg/vafXTdubwr) `#showcase` posts from this month.

### Miscellaneous

Expand Down
4 changes: 2 additions & 2 deletions content/news/2024-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Feoramund has updated the Documentation on the odin test runner https://odin-lan

A big problem with learning a new language is the sparse quality material that's out there. Languages like Rust have tons of learning material and blog posts about each aspect of the language out there.

After Karl Zylinski has published his game "Cat & Onion", he is stepping up to try and improve this area. We're happy to see more advancement for odin in this regard. Our [discord](https://discord.com/invite/sVBPHEv) also has a channel #article-authoring where you can receive feedback on unpublished articles.
After Karl Zylinski has published his game "Cat & Onion", he is stepping up to try and improve this area. We're happy to see more advancement for odin in this regard. Our [discord](https://discord.gg/vafXTdubwr) also has a channel #article-authoring where you can receive feedback on unpublished articles.

Check it out at https://zylinski.se/posts/introduction-to-odin/.

Expand Down Expand Up @@ -250,4 +250,4 @@ I would still love to see innovation or other examples of an AST editor, so if y

### Next Month

The last part will come out next month, where we'll look into a middle ground, the ***Token Based Editor***.
The last part will come out next month, where we'll look into a middle ground, the ***Token Based Editor***.
4 changes: 2 additions & 2 deletions themes/odin/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2 class="mb-4">Programming Done Right</h2>
<h2>Join the Odin community on Discord.</h2>
</div>
<div class="col-auto mx-2">
<a href="https://discord.com/invite/sVBPHEv" class="btn btn-outline-light">Join Discord</a>
<a href="https://discord.gg/vafXTdubwr" class="btn btn-outline-light">Join Discord</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -379,7 +379,7 @@ <h3 class="mb-4">Odin is Open Source</h3>
Browse Source
</a>
<a
href="https://discord.com/invite/sVBPHEv"
href="https://discord.gg/vafXTdubwr"
target="_blank"
class="btn btn-outline-primary"
>
Expand Down
2 changes: 1 addition & 1 deletion themes/odin/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4 class="fw-normal">Resources</h4>
<h4 class="fw-normal">Community</h4>
<ul class="list-unstyled">
<li><a href="https://github.com/odin-lang/Odin" target="_blank" class="link-light" >GitHub</a></li>
<li><a href="https://discord.com/invite/sVBPHEv" target="_blank" class="link-light">Discord</a></li>
<li><a href="https://discord.gg/vafXTdubwr" target="_blank" class="link-light">Discord</a></li>
<li><a href="https://www.twitch.tv/ginger_bill" target="_blank" class="link-light">Twitch</a></li>
<li><a href="https://www.youtube.com/channel/UCUSck1dOH7VKmG4lRW7tZXg" target="_blank" class="link-light">YouTube</a></li>
<li><a href="/showcase" target="_blank" class="link-light" >Showcase</a></li>
Expand Down

0 comments on commit ae7ca2c

Please sign in to comment.