Skip to content

Commit

Permalink
Auto merge of #3527 - rust-lang:privacy-policy, r=Turbo87
Browse files Browse the repository at this point in the history
feat(footer): update link to privacy policy

this PR updates the website footer to link to the (updated) privacy policy, which now lives on the Rust Foundation website: https://foundation.rust-lang.org/policies/privacy-policy/.
  • Loading branch information
bors committed Apr 16, 2021
2 parents 2ff3f47 + 95e9413 commit ad8c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span local-class="sep">|</span>
<a href='https://github.com/rust-lang/crates.io'>Fork on GitHub</a>
<span local-class="sep">|</span>
<a href='https://www.rust-lang.org/policies/privacy'>Privacy notice</a>
<a href='https://foundation.rust-lang.org/policies/privacy-policy/'>Privacy policy</a>
<span local-class="sep">|</span>
<LinkTo @route="policies">Policies</LinkTo>
</div>
Expand Down

0 comments on commit ad8c333

Please sign in to comment.