Skip to content

Commit 953436a

Browse files
authored
update "get involved" link (#1184)
as CONTRIBUTING.md is just a stub link to the rustc-dev-guide, link to the rustc-dev-guide directly to remove a needless indirection,
1 parent 69bb764 commit 953436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/panels/get-involved.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<p>
2222
{{fluent "get-involved-contribute-blurb"}}
2323
</p>
24-
<a href="https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md" class="button button-secondary">
24+
<a href="https://rustc-dev-guide.rust-lang.org/getting-started.html" class="button button-secondary">
2525
{{fluent "get-involved-contribute-link"}}
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)