From 4e8429919dd44d01c0d6707bf36d1b56d871fde7 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 29 Oct 2018 08:43:15 -0700 Subject: [PATCH] Remove unneeded trailing paren in link The recent commit 8f4c216a91d38122228c0cb497f01a9d3dfbd9c8 to add a pre-commit config includes a link in the README to an install location. A minor issue with the link is that it contains a trailing ')' which breaks the anchor location. Signed-off-by: Eric Brown --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 32c86b599..777695ee4 100644 --- a/README.rst +++ b/README.rst @@ -253,7 +253,7 @@ Version control integration --------------------------- Use `pre-commit `_. Once you `have it -installed `_, add this to the +installed `_, add this to the `.pre-commit-config.yaml` in your repository (be sure to update `rev` to point to a real git tag/revision!)::