8000 Merge pull request #1012 from azzamsa/master · jpic/python-guide@6af00e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6af00e9

Browse files
authored
Merge pull request realpython#1012 from azzamsa/master
Fix broken link to Kenneth Reitz homepage
2 parents d4c4638 + a00b6a3 commit 6af00e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# General information about the project.
5050
current_year = datetime.datetime.now().year
5151
project = u'pythonguide'
52-
copyright = (u'2011-{} <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a>'
52+
copyright = (u'2011-{} <a href="https://www.kennethreitz.org/projects">Kenneth Reitz</a>'
5353
' &amp; <a href="https://realpython.com">Real Python</a>.'
5454
' <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>').format(current_year)
5555

0 commit comments

Comments
 (0)
0