diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 9b170d2fb..f989ba01d 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,3 +1,3 @@
Be cordial or be on your way.
-https://www.kennethreitz.org/essays/be-cordial-or-be-on-your-way
+https://kennethreitz.org/essays/2013/be_cordial_or_be_on_your_way
diff --git a/docs/conf.py b/docs/conf.py
index d732ac29f..420fc4c20 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,7 +49,7 @@
# General information about the project.
current_year = datetime.datetime.now().year
project = u'pythonguide'
-copyright = (u'2011-{} Kenneth Reitz'
+copyright = (u'2011-{} Kenneth Reitz'
' & Real Python.'
' CC BY-NC-SA 3.0').format(current_year)
diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst
index fe6bd3f9e..669a6843b 100644
--- a/docs/dev/virtualenvs.rst
+++ b/docs/dev/virtualenvs.rst
@@ -101,7 +101,7 @@ Use ``pip`` to install Pipenv:
user ``PATH`` permanently in the `Control Panel`_. You may need to log
out for the ``PATH`` changes to take effect.
-.. _Pipenv: https://pipenv.kennethreitz.org/
+.. _Pipenv: https://kennethreitz.org/software/pipenv
.. _npm: https://www.npmjs.com/
.. _bundler: http://bundler.io/
.. _user base: https://docs.python.org/3/library/site.html#site.USER_BASE
diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst
index 5d9645acd..bf62c9884 100644
--- a/docs/writing/structure.rst
+++ b/docs/writing/structure.rst
@@ -59,7 +59,7 @@ becoming intimately familiar with every nook and cranny. The layout is important
Sample Repository
:::::::::::::::::
-**tl;dr**: This is what `Kenneth Reitz recommended in 2013 `__.
+**tl;dr**: This is what `Kenneth Reitz recommended in 2013 `__.
This repository is `available on
GitHub `__.