Skip to content

Commit ad8c333

Browse files
committed
Auto merge of #3527 - rust-lang:privacy-policy, r=Turbo87
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/.
2 parents 2ff3f47 + 95e9413 commit ad8c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/components/footer.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span local-class="sep">|</span>
1111
<a href='https://github.com/rust-lang/crates.io'>Fork on GitHub</a>
1212
<span local-class="sep">|</span>
13-
<a href='https://www.rust-lang.org/policies/privacy'>Privacy notice</a>
13+
<a href='https://foundation.rust-lang.org/policies/privacy-policy/'>Privacy policy</a>
1414
<span local-class="sep">|</span>
1515
<LinkTo @route="policies">Policies</LinkTo>
1616
</div>

0 commit comments

Comments
 (0)