diff --git a/docs/rules/attribute-hyphenation.md b/docs/rules/attribute-hyphenation.md index 3dfd9f152..fc9435d69 100644 --- a/docs/rules/attribute-hyphenation.md +++ b/docs/rules/attribute-hyphenation.md @@ -1,7 +1,7 @@ # enforce attribute naming style on custom components in template (vue/attribute-hyphenation) - :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`. -- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. ## :wrench: Options diff --git a/docs/rules/attributes-order.md b/docs/rules/attributes-order.md index 06592811e..913368f71 100644 --- a/docs/rules/attributes-order.md +++ b/docs/rules/attributes-order.md @@ -1,7 +1,7 @@ # enforce order of attributes (vue/attributes-order) - :gear: This rule is included in `"plugin:vue/recommended"`. -- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-closing-bracket-newline.md b/docs/rules/html-closing-bracket-newline.md index 889b6ddf2..4658611e0 100644 --- a/docs/rules/html-closing-bracket-newline.md +++ b/docs/rules/html-closing-bracket-newline.md @@ -1,6 +1,6 @@ # require or disallow a line break before tag's closing brackets (vue/html-closing-bracket-newline) -- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. People have own preference about the location of closing brackets. This rule enforces a line break (or no line break) before tag's closing brackets. diff --git a/docs/rules/html-closing-bracket-spacing.md b/docs/rules/html-closing-bracket-spacing.md index 0316f2b93..ee3be2837 100644 --- a/docs/rules/html-closing-bracket-spacing.md +++ b/docs/rules/html-closing-bracket-spacing.md @@ -1,6 +1,6 @@ # require or disallow a space before tag's closing brackets (vue/html-closing-bracket-spacing) -- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. This rule enforces consistent spacing style before closing brackets `>` of tags. diff --git a/docs/rules/html-end-tags.md b/docs/rules/html-end-tags.md index d15f40608..2832acf6f 100644 --- a/docs/rules/html-end-tags.md +++ b/docs/rules/html-end-tags.md @@ -1,7 +1,7 @@ # enforce end tag style (vue/html-end-tags) - :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`. -- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule. +- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. ## :book: Rule Details diff --git a/docs/rules/html-indent.md b/docs/rules/html-indent.md index 4b816eab0..0b407c955 100644 --- a/docs/rules/html-indent.md +++ b/docs/rules/html-indent.md @@ -1,7 +1,7 @@ # enforce consistent indentation in `