Skip to content

Commit b6d4a7a

Browse files
committed
Merge pull request #229 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents e96532c + 2cb1974 commit b6d4a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A better pre-commit hook for git.
55
[![Coverage Status](https://img.shields.io/coveralls/jish/pre-commit/master.svg)](https://coveralls.io/r/jish/pre-commit?branch=master)
66
[![Build status](https://travis-ci.org/jish/pre-commit.svg?branch=master)](https://travis-ci.org/jish/pre-commit)
77
[![Dependency Status](https://gemnasium.com/jish/pre-commit.png)](https://gemnasium.com/jish/pre-commit)
8-
[![Documentation](https://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/gems/pre-commit/frames)
8+
[![Documentation](https://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/gems/pre-commit/frames)
99

1010
## Installation
1111

@@ -52,7 +52,7 @@ These are the available checks:
5252
* before_all (Check your RSpec tests for the use of `before(:all)`)
5353
* coffeelint (Check your coffeescript files using the [coffeelint gem.](https://github.com/clutchski/coffeelint))
5454
* go (Runs go fmt on a go source file and fail if formatting is incorrect, then runs go build and fails if can't compile)
55-
* scss_lint (Check your SCSS files using the [scss-lint gem](https://github.com/causes/scss-lint))
55+
* scss_lint (Check your SCSS files using the [scss-lint gem](https://github.com/brigade/scss-lint))
5656
* yaml (Check that your YAML is parsable)
5757
* json (Checks if JSON is parsable)
5858

@@ -124,6 +124,6 @@ the list of git files to check with:
124124
1. `.gitignore` - git supported file shared beteen all checkouts
125125
2. `.git/info/exclude` - git supported file only for this checkout
126126
3. `.pre_commit.ignore` - `pre-commit` specific list can be shared,
127-
[Allowed filters](http://www.ruby-doc.org/core-2.1.3/File.html#method-c-fnmatch)
127+
[Allowed filters](http://ruby-doc.org/core-2.1.3/File.html#method-c-fnmatch)
128128

129129
## [Contributing](CONTRIBUTING.md)

0 commit comments

Comments
 (0)