Skip to content

Commit

Permalink
Docs: fix broken links (fixes eslint/eslint-jp#6) (eslint#10658)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea authored and aladdin-add committed Jul 23, 2018
1 parent 87cd344 commit 15a77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ target.gensite = function(prereleaseVersion) {
const rules = require(".").linter.getRules();

const RECOMMENDED_TEXT = "\n\n(recommended) The `\"extends\": \"eslint:recommended\"` property in a configuration file enables this rule.";
const FIXABLE_TEXT = "\n\n(fixable) The `--fix` option on the [command line](../user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule.";
const FIXABLE_TEXT = "\n\n(fixable) The `--fix` option on the [command line](../user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.";

// 4. Loop through all files in temporary directory
process.stdout.write("> Updating files (Steps 4-9): 0/... - ...\r");
Expand Down

0 comments on commit 15a77c4

Please sign in to comment.