Skip to content

Commit 8ca2664

Browse files
committed
Replace footer link to "All" with "All Policies"
The other footer links make sense without looking at the header; "All" on its own is nondescriptive and confusing, whereas "All Policies" makes sense without context.
1 parent 1935935 commit 8ca2664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<li><a href="https://www.rust-lang.org/policies/licenses">Licenses</a></li>
1717
<li><a href="https://www.rust-lang.org/policies/media-guide">Logo Policy and Media Guide</a></li>
1818
<li><a href="https://www.rust-lang.org/policies/security">Security Disclosures</a></li>
19-
<li><a href="https://www.rust-lang.org/policies">All</a></li>
19+
<li><a href="https://www.rust-lang.org/policies">All Policies</a></li>
2020
</ul>
2121
</div>
2222
<div class="four columns mt3 mt0-l">

0 commit comments

Comments
 (0)