mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #1012 from azzamsa/master
Fix broken link to Kenneth Reitz homepage
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ master_doc = 'index'
|
|||||||
# General information about the project.
|
# General information about the project.
|
||||||
current_year = datetime.datetime.now().year
|
current_year = datetime.datetime.now().year
|
||||||
project = u'pythonguide'
|
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>'
|
||||||
' & <a href="https://realpython.com">Real Python</a>.'
|
' & <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)
|
' <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>').format(current_year)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user