diff --git a/README.md b/README.md index 3de61de..cf44f5f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Rust hooks for pre-commit -[Rust](https://www.rust-lang.org) tools package for [pre-commit](http://pre-commit.com). +[Rust](https://www.rust-lang.org) tools package for [pre-commit](https://pre-commit.com). ## Using rust tools with pre-commit ```yaml -- repo: git://github.com/doublify/pre-commit-rust - sha: master +- repo: https://github.com/doublify/pre-commit-rust + rev: master hooks: - id: fmt ```