From b45e968885cd9d00ed47772458f21464b33f630d Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Mon, 23 Jul 2018 21:40:00 +0900 Subject: [PATCH] Fixed link for description of `--fix` option. --- docs/rules/attribute-hyphenation.md | 2 +- docs/rules/attributes-order.md | 2 +- docs/rules/html-closing-bracket-newline.md | 2 +- docs/rules/html-closing-bracket-spacing.md | 2 +- docs/rules/html-end-tags.md | 2 +- docs/rules/html-indent.md | 2 +- docs/rules/html-quotes.md | 2 +- docs/rules/html-self-closing.md | 2 +- docs/rules/max-attributes-per-line.md | 2 +- docs/rules/mustache-interpolation-spacing.md | 2 +- docs/rules/name-property-casing.md | 2 +- docs/rules/no-multi-spaces.md | 2 +- docs/rules/no-shared-component-data.md | 2 +- docs/rules/order-in-components.md | 2 +- docs/rules/prop-name-casing.md | 2 +- docs/rules/script-indent.md | 2 +- docs/rules/v-bind-style.md | 2 +- docs/rules/v-on-style.md | 2 +- tools/update-docs.js | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) 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 `