From 1c2043334afad9131e4223efe79dd4f2ac7dbd76 Mon Sep 17 00:00:00 2001 From: Samuel Reed Date: Tue, 6 May 2014 10:12:02 +0800 Subject: [PATCH] Fix STRML/JSXHint link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 730030d..a360bbb 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ JSHint 2.2.0 supports an "ignore" statement which can be used to wrap blocks of I feel this is a much better solution than transforming and wrapping JSHint with a series of transforms since the code produced by JSX's transpiler might produce code which does not comply to your internal lint/hint guidelines. -If you feel you need to use a wrapper around JSHint and want to have JSHint run on your transformed JSX code, please see [STRML/JSXHint](STRML/JSXHint) +If you feel you need to use a wrapper around JSHint and want to have JSHint run on your transformed JSX code, please see [STRML/JSXHint](//github.com/STRML/JSXHint)