Skip to content

Commit 0445e40

Browse files
authored
Fix footer link to respect localized pages (#1040)
1 parent f8c6022 commit 0445e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l" id="get-help">
55
<h4>{{fluent "footer-get-help"}}</h4>
66
<ul>
7-
<li><a href="https://doc.rust-lang.org">{{fluent "footer-doc"}}</a></li>
7+
<li><a href="{{baseurl}}/learn">{{fluent "footer-doc"}}</a></li>
88
<li><a href="https://users.rust-lang.org">{{fluent "footer-ask"}}</a></li>
99
<li><a href="http://ping.rust-lang.org">{{fluent "footer-status"}}</a></li>
1010
</ul>

0 commit comments

Comments
 (0)