]> 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: fix "Pragmatism" link target (#2901)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 1 Mar 2022 04:13:34 +0000 (20:13 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 04:13:34 +0000 (20:13 -0800)
Fixes #2897

README.md

index 8ba9d6ceb98e739617514425150f5b81bb910217..f2d06bedad23ecf8de358fd0c67009463a82ac4f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -81,7 +81,9 @@ section for details). If you're feeling confident, use `--fast`.
 
 _Black_ is a PEP 8 compliant opinionated formatter. _Black_ reformats entire files in
 place. Style configuration options are deliberately limited and rarely added. It doesn't
-take previous formatting into account (see [Pragmatism](#pragmatism) for exceptions).
+take previous formatting into account (see
+[Pragmatism](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#pragmatism)
+for exceptions).
 
 Our documentation covers the current _Black_ code style, but planned changes to it are
 also documented. They're both worth taking a look: