diff --git a/blog/2019-07-31-black.md b/blog/2019-07-31-black.md index c5e4242a..6f59c87f 100644 --- a/blog/2019-07-31-black.md +++ b/blog/2019-07-31-black.md @@ -19,4 +19,4 @@ pip install pre-commit pre-commit install ``` -`pre-commit` does not change your files, but merely confirms that the changed files are formatted by Black. We suggest that you set up your editor to automatically format files with Black when you hit save. Instructions for various editors can be found [here](https://github.com/psf/black#editor-integration). +`pre-commit` does not change your files, but merely confirms that the changed files are formatted by Black. We suggest that you set up your editor to automatically format files with Black when you hit save. Instructions for various editors can be found [here](https://black.readthedocs.io/en/stable/integrations/editors.html).