We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddd06f commit d0ce643Copy full SHA for d0ce643
README.md
@@ -196,7 +196,7 @@ Please note that Python 3.7 and higher accepts keyword arguments (kwargs) in a l
196
config file, but earlier versions of Python only accept positional args.
197
198
Note: you must have an `import concurrent_log_handler` before you call fileConfig(). For
199
-more information see Python docs on [log file formats](http://docs.python.org/lib/logging-config-fileformat.html)
+more information see Python docs on [log file formats](https://docs.python.org/3/library/logging.config.html#logging-config-fileformat)
200
201
### Limitations
202
0 commit comments