README/CHANGES: Fix links (#1397)

* Replace relative README links with absolutes, so they work on PyPI

* CHANGES: Fix Spyder web link
This commit is contained in:
Hugo van Kemenade 2020-05-08 22:14:27 +03:00 committed by GitHub
parent 3de8524de6
commit 4501f22fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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
@ -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