]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

README/CHANGES: Fix links (#1397)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 8 May 2020 19:14:27 +0000 (22:14 +0300)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 19:14:27 +0000 (12:14 -0700)
* Replace relative README links with absolutes, so they work on PyPI

* CHANGES: Fix Spyder web link

CHANGES.md
README.md

index e4d7ee36101da86906b6122982dbe5ac4f1e2daa..6d418b9bec8dd5c9e566b422f2fd1ca3ebf1f71e 100644 (file)
 - 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)
 
index 8ff893c9904e2e0ce485809164d5ead367003f29..79e57aaa9dbabda90d065f583137e84795566d16 100644 (file)
--- 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