diff --git a/peps/pep-0376.rst b/peps/pep-0376.rst
index 60119c69e..f2b9df71f 100644
--- a/peps/pep-0376.rst
+++ b/peps/pep-0376.rst
@@ -4,7 +4,6 @@ Author: Tarek Ziadé <tarek@ziade.org>
 Status: Final
 Type: Standards Track
 Topic: Packaging
-Content-Type: text/x-rst
 Created: 22-Feb-2009
 Python-Version: 2.7, 3.2
 Post-History: `22-Jun-2009 <https://mail.python.org/archives/list/python-dev@python.org/thread/ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ/>`__
@@ -607,32 +606,26 @@ formats in addition to the new format, in order to ease the transition.
 References
 ==========
 
-.. [#distutils]
-   http://docs.python.org/distutils
-
-.. [#distutils2]
-   http://hg.python.org/distutils2
-
 .. [#setuptools]
-   http://peak.telecommunity.com/DevCenter/setuptools
+   https://peak.telecommunity.com/DevCenter/setuptools
 
 .. [#easyinstall]
-   http://peak.telecommunity.com/DevCenter/EasyInstall
+   https://peak.telecommunity.com/DevCenter/EasyInstall
 
 .. [#pip]
-   http://pypi.python.org/pypi/pip
+   https://pypi.org/project/pip/
 
 .. [#eggformats]
-   http://peak.telecommunity.com/DevCenter/EggFormats
+   https://peak.telecommunity.com/DevCenter/EggFormats
 
 .. [#fedora]
-   http://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools
+   https://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools
 
 .. [#debian]
-   http://wiki.debian.org/DebianPython/NewPolicy
+   https://wiki.debian.org/DebianPython/NewPolicy
 
 .. [#prototype]
-   http://bitbucket.org/tarek/pep376/
+   https://web.archive.org/web/20090726092550/http://bitbucket.org/tarek/pep376/
 
 Acknowledgements
 ================
@@ -644,14 +637,3 @@ Copyright
 =========
 
 This document has been placed in the public domain.
-
-
-
-..
-   Local Variables:
-   mode: indented-text
-   indent-tabs-mode: nil
-   sentence-end-double-space: t
-   fill-column: 70
-   coding: utf-8
-   End: