8000 update link to new privacy notice by ewdurbin · Pull Request #2633 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content

update link to new privacy notice #2633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h1 class="site-headline">
<span class="pre">Copyright &copy;2001-{% now 'Y' %}.</span>
&nbsp;<span class="pre"><a href="/psf-landing/">Python Software Foundation</a></span>
&nbsp;<span class="pre"><a href="/about/legal/">Legal Statements</a></span>
&nbsp;<span class="pre"><a href="/privacy/">Privacy Policy</a></span>
&nbsp;<span class="pre"><a href="https://policies.python.org/python.org/Privacy-Notice/">Privacy Notice</a></span>
<!--&nbsp;<span class="pre"><a href="/psf/community-infrastructure">Powered by PSF Community Infrastructure</a></span>-->
</small></p>
</div>
Expand Down
Loading
0