Merge pull request #1012 from azzamsa/master

Fix broken link to Kenneth Reitz homepage
This commit is contained in:
Dan Bader
2019-10-10 17:46:19 -07:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
current_year = datetime.datetime.now().year
project = u'pythonguide'
copyright = (u'2011-{} <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a>'
copyright = (u'2011-{} <a href="https://www.kennethreitz.org/projects">Kenneth Reitz</a>'
' &amp; <a href="https://realpython.com">Real Python</a>.'
' <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>').format(current_year)