Skip to content

add link to forge #1102

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
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions locales/en-US/common.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ nav-logo-alt = Rust Logo
footer-doc = Documentation
footer-ask = Ask a Question on the Users Forum
footer-status = Check Website Status
footer-sup-doc = Rust Forge (Contributor Documentation)
footer-policies = Terms and policies
footer-coc = Code of Conduct
footer-licenses = Licenses
Expand Down
1 change: 1 addition & 0 deletions templates/components/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<h4>{{fluent "footer-get-help"}}</h4>
<ul>
<li><a href="{{baseurl}}/learn">{{fluent "footer-doc"}}</a></li>
<li><a href="http://forge.rust-lang.org">{{fluent "footer-sup-doc"}}</a></li>
<li><a href="https://users.rust-lang.org">{{fluent "footer-ask"}}</a></li>
<li><a href="http://ping.rust-lang.org">{{fluent "footer-status"}}</a></li>
</ul>
Expand Down