2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 09:00:50 +00:00

Correct URL in README.md

This commit is contained in:
Alexander Neumann 2015-01-02 23:16:42 +01:00
parent 5ec31a56f3
commit 97c3c50f69

View File

@ -55,13 +55,12 @@ Contribute
Contributions are welcome! Please make sure that all code submitted in Contributions are welcome! Please make sure that all code submitted in
pull-requests is properly formatted with `gofmt`. Installing the script pull-requests is properly formatted with `gofmt`. Installing the script
`fmt-check` from https://github.com/edsrzf/gofmt-git-hook locally as a `fmt-check` from https://github.com/edsrzf/gofmt-git-hook locally as a
pre-commit hook helps not to forget formatting: pre-commit hook checks formatting before commiting, just copy this script to
`.git/hooks/pre-commit`.
cp gofmt-git-hook/fmt-check restic/.git/hooks/pre-commit
If you are unsure what to do, please have a look at the github issues, If you are unsure what to do, please have a look at the github issues,
especially those tagged especially those tagged
[https://github.com/restic/restic/labels/minor%20complexity](minor complexity). [minor complexity](https://github.com/restic/restic/labels/minor%20complexity).
License License
======= =======