Skip to content

Commit 5c1d9e7

Browse files
Merge pull request #567 from ankushChatterjee/button-naming-change
Changed Cofusing button names in Get Involved section [ fix #430 ]
2 parents d6bcff1 + 4dc67df commit 5c1d9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/panels/get-involved.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<h3>Read Rust</h3>
1212
<p>We love documentation! Take a look at the books available online, as well as key blog posts and user
1313
guides.</p>
14-
<a href="learn" class="button button-secondary">Get Started</a>
14+
<a href="learn" class="button button-secondary">Read the book</a>
1515
</div>
1616
<div class="six columns" id="watch-rust">
1717
<h3>Watch Rust</h3>
1818
<p>The Rust community has a dedicated YouTube channel collecting a huge range of presentations and
1919
tutorials.</p>
20-
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" class="button button-secondary">Check it out</a>
20+
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" class="button button-secondary">Watch the Videos</a>
2121
</div>
2222
</div>
2323
<div class="pt3">
@@ -27,7 +27,7 @@
2727
newcomers and seasoned professionals. Come help us make the Rust experience even better!
2828
</p>
2929
<a href="https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md" class="button button-secondary" target="_blank" rel="noopener">
30-
Learn More
30+
Read Contribution Guide
3131
</a>
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)