Skip to content

Commit bf8304c

Browse files
add link to forge (#1102)
1 parent e66644b commit bf8304c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

locales/en-US/common.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ nav-logo-alt = Rust Logo
4242
footer-doc = Documentation
4343
footer-ask = Ask a Question on the Users Forum
4444
footer-status = Check Website Status
45+
footer-sup-doc = Rust Forge (Contributor Documentation)
4546
footer-policies = Terms and policies
4647
footer-coc = Code of Conduct
4748
footer-licenses = Licenses

templates/components/footer.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<h4>{{fluent "footer-get-help"}}</h4>
66
<ul>
77
<li><a href="{{baseurl}}/learn">{{fluent "footer-doc"}}</a></li>
8+
<li><a href="http://forge.rust-lang.org">{{fluent "footer-sup-doc"}}</a></li>
89
<li><a href="https://users.rust-lang.org">{{fluent "footer-ask"}}</a></li>
910
<li><a href="http://ping.rust-lang.org">{{fluent "footer-status"}}</a></li>
1011
</ul>

0 commit comments

Comments
 (0)