From d8e35d931e8a0a08f06d0841c551deb43e4320ab Mon Sep 17 00:00:00 2001 From: Hannah Pho Date: Wed, 30 Oct 2024 13:31:35 -0400 Subject: [PATCH] Update Pylint doc link (#1095) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e3cc568f..00810962d0 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ you import modules and run tests, as below. Consider automating coding to satisfy some of these requirements. -* [Integrate pylint](http://pylint.pycqa.org/en/latest/user_guide/ide-integration.html) +* [Integrate pylint](https://pylint.readthedocs.io/en/stable/user_guide/installation/ide_integration/index.html#ide-integration) with your editor. * Integrate yapf with [Visual Studio](https://code.visualstudio.com/docs/python/editing#_formatting),