Skip to content

Changed Cofusing button names in Get Involved section [ fix #430 ] #567

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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/panels/get-involved.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<h3>Read Rust</h3>
<p>We love documentation! Take a look at the books available online, as well as key blog posts and user
guides.</p>
<a href="learn" class="button button-secondary">Get Started</a>
<a href="learn" class="button button-secondary">Read the book</a>
</div>
<div class="six columns" id="watch-rust">
<h3>Watch Rust</h3>
<p>The Rust community has a dedicated YouTube channel collecting a huge range of presentations and
tutorials.</p>
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" class="button button-secondary">Check it out</a>
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" class="button button-secondary">Watch the Videos</a>
</div>
</div>
<div class="pt3">
Expand All @@ -27,7 +27,7 @@
newcomers and seasoned professionals. Come help us make the Rust experience even better!
</p>
<a href="https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md" class="button button-secondary" target="_blank" rel="noopener">
Learn More
Read Contribution Guide
</a>
</div>
</div>
Expand Down