Skip to content

Commit

Permalink
Fix broken link in README.md (#2989)
Browse files Browse the repository at this point in the history
Broken when we converted some more RST docs to MyST
  • Loading branch information
jpy-git committed Apr 2, 2022
1 parent 1af29fb commit 4d0a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ tests, and our own auto formatting and parallel Continuous Integration runner. N
we have become stable, you should not expect large formatting to changes in the future.
Stylistic changes will mostly be responses to bug reports and support for new Python
syntax. For more information please refer to the
[The Black Code Style](docs/the_black_code_style/index.rst).
[The Black Code Style](https://black.readthedocs.io/en/stable/the_black_code_style/index.html).

Also, as a safety measure which slows down processing, _Black_ will check that the
reformatted code still produces a valid AST that is effectively equivalent to the
Expand Down

0 comments on commit 4d0a4b1

Please sign in to comment.