Skip to content

Commit

Permalink
README/CHANGES: Fix links (#1397)
Browse files Browse the repository at this point in the history
* Replace relative README links with absolutes, so they work on PyPI

* CHANGES: Fix Spyder web link
  • Loading branch information
hugovk committed May 8, 2020
1 parent 3de8524 commit 4501f22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
- whitespace at the beginning of the file is now removed (#399)

- fixed mangling [pweave](http://mpastell.com/pweave/) and
[Spyder IDE](https://pythonhosted.org/spyder/) special comments (#532)
[Spyder IDE](https://www.spyder-ide.org/) special comments (#532)

- fixed unstable formatting when unpacking big tuples (#267)

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ about _Black_'s changes or will overwrite _Black_'s changes. A good example of t
should be configured to neither warn about nor overwrite _Black_'s changes.

Actual details on _Black_ compatible configurations for various tools can be found in
[compatible_configs](./docs/compatible_configs.md).
[compatible_configs](https://github.com/psf/black/blob/master/docs/compatible_configs.md).

### NOTE: This is a beta product

Expand Down Expand Up @@ -1122,13 +1122,14 @@ other hand, if your answer is "because I don't like a particular formatting" the
not ready to embrace _Black_ yet. Such changes are unlikely to get accepted. You can
still try but prepare to be disappointed.

More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
More details can be found in
[CONTRIBUTING](https://github.com/psf/black/blob/master/CONTRIBUTING.md).

## Change Log

The log's become rather long. It moved to its own file.

See [CHANGES](CHANGES.md).
See [CHANGES](https://github.com/psf/black/blob/master/CHANGES.md).

## Authors

Expand Down

0 comments on commit 4501f22

Please sign in to comment.