diff --git a/docs/codemods/python/pixee_python_bad-lock-with-statement.md b/docs/codemods/python/pixee_python_bad-lock-with-statement.md index c2227b4..84ad58e 100644 --- a/docs/codemods/python/pixee_python_bad-lock-with-statement.md +++ b/docs/codemods/python/pixee_python_bad-lock-with-statement.md @@ -37,5 +37,5 @@ N/A ## References -- [https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.](https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.) +- [https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html](https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html) - [https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement](https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)