diff options
author | jimmy <jamesfe@users.noreply.github.com> | 2017-12-13 12:37:51 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2017-12-13 12:37:51 (GMT) |
commit | 4f29f3c84b74de8c208980a14bc56bffa6363121 (patch) | |
tree | be089c6046969041d883bae52c78773483f1cc89 /Doc/howto | |
parent | 91106cd9ff2f321c0f60fbaa09fd46c80aa5c266 (diff) | |
download | cpython-4f29f3c84b74de8c208980a14bc56bffa6363121.zip cpython-4f29f3c84b74de8c208980a14bc56bffa6363121.tar.gz cpython-4f29f3c84b74de8c208980a14bc56bffa6363121.tar.bz2 |
trivial: link updates in documentation (#2765)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging-cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 71ee417..4d2d052 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -941,7 +941,7 @@ Using file rotation ------------------- .. sectionauthor:: Doug Hellmann, Vinay Sajip (changes) -.. (see <http://blog.doughellmann.com/2007/05/pymotw-logging.html>) +.. (see <https://pymotw.com/3/logging/>) Sometimes you want to let a log file grow to a certain size, then open a new file and log to that. You may want to keep a certain number of these files, and |