Skip to content

Update compiler spree link #3171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update compiler spree link
  • Loading branch information
mbovel authored Mar 6, 2025
commit 1d8a3f1339b422baf00e437ec6c38bd1f2039108
4 changes: 2 additions & 2 deletions _overviews/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ compiler_resources:
- title: "Join the Compiler Issue Spree"
description: "A tri-weekly event where you can get mentored on the compiler. Register for participation here."
icon: "fa fa-clipboard-user"
link: https://docs.google.com/forms/d/e/1FAIpQLSdhr5Y7QG9VGTGaPn5uS5v3Gz7VtnM5PW-vseZ9OpjseEiwYQ/viewform
link: https://airtable.com/app94nwzow5R6W1O6/pagvjIzxYnqTTlhwY/form
- title: "Compiler Academy videos"
description: "In-depth tours of the Scala 3 compiler's internals, aimed to help you get started."
icon: "fa fa-circle-play"
Expand Down Expand Up @@ -112,7 +112,7 @@ In the spree, regular project maintainers will mentor you to create your first c
The [Scala 3 compiler](https://github.com/scala/scala3) is an open source project.
If you are curious about contributing but don't know how to begin, the [Scala Center](https://scala.epfl.ch)
runs the **Scala Compiler Academy** project to onboard and educate new people to the project. You can join the regular
**Issue Spree**, watch in-depth videos, and read the contributing guide:
**Compiler Issue Spree**, watch in-depth videos, and read the contributing guide:

{% include inner-documentation-sections.html links=page.compiler_resources %}

Expand Down
Loading