From eb5853adc78852bca38d659e4d85f18acdc13e0d Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Sun, 3 Jul 2016 17:09:20 -0400 Subject: [PATCH] Add reference to jsx-boolean-value docs --- docs/rules/jsx-boolean-value.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/jsx-boolean-value.md b/docs/rules/jsx-boolean-value.md index 7ed7fece2d..e06fd91841 100644 --- a/docs/rules/jsx-boolean-value.md +++ b/docs/rules/jsx-boolean-value.md @@ -1,6 +1,6 @@ # Enforce boolean attributes notation in JSX (jsx-boolean-value) -In JSX when using a boolean attribute you can set the attribute value to `true` or omit the value. This rule will enforce one or the other to keep consistency in your code. +[When using a boolean attribute in JSX](https://facebook.github.io/react/docs/jsx-in-depth.html#boolean-attributes), you can set the attribute value to `true` or omit the value. This rule will enforce one or the other to keep consistency in your code. **Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.