From: Hugo van Kemenade Date: Fri, 8 May 2020 19:14:27 +0000 (+0300) Subject: README/CHANGES: Fix links (#1397) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4501f22fcbd711b56f5d63eda8d583afab24a1c6 README/CHANGES: Fix links (#1397) * Replace relative README links with absolutes, so they work on PyPI * CHANGES: Fix Spyder web link --- diff --git a/CHANGES.md b/CHANGES.md index e4d7ee3..6d418b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/README.md b/README.md index 8ff893c..79e57aa 100644 --- a/README.md +++ b/README.md @@ -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