We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c6022 commit 0445e40Copy full SHA for 0445e40
templates/components/footer.hbs
@@ -4,7 +4,7 @@
4
<div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l" id="get-help">
5
<h4>{{fluent "footer-get-help"}}</h4>
6
<ul>
7
- <li><a href="https://doc.rust-lang.org">{{fluent "footer-doc"}}</a></li>
+ <li><a href="{{baseurl}}/learn">{{fluent "footer-doc"}}</a></li>
8
<li><a href="https://users.rust-lang.org">{{fluent "footer-ask"}}</a></li>
9
<li><a href="http://ping.rust-lang.org">{{fluent "footer-status"}}</a></li>
10
</ul>
0 commit comments