From 97c3c50f694cc6f6c195e79d2dd1852110b8b7ed Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 2 Jan 2015 23:16:42 +0100 Subject: [PATCH] Correct URL in README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 780db4d5b..8b465b96c 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,12 @@ Contribute Contributions are welcome! Please make sure that all code submitted in pull-requests is properly formatted with `gofmt`. Installing the script `fmt-check` from https://github.com/edsrzf/gofmt-git-hook locally as a -pre-commit hook helps not to forget formatting: - - cp gofmt-git-hook/fmt-check restic/.git/hooks/pre-commit +pre-commit hook checks formatting before commiting, just copy this script to +`.git/hooks/pre-commit`. If you are unsure what to do, please have a look at the github issues, especially those tagged -[https://github.com/restic/restic/labels/minor%20complexity](minor complexity). +[minor complexity](https://github.com/restic/restic/labels/minor%20complexity). License =======