eslint / archive-website

The ESLint website
https://eslint.org
MIT License
95 stars 244 forks source link

Docs: fix a broken link #861

Closed chenxsan closed 3 years ago

chenxsan commented 3 years ago

Would be https://eslint.org/docs/user-guide/command-line-interface#--fix instead of https://eslint.org/docs/user-guide/command-line-interface#fix

netlify[bot] commented 3 years ago

✔️ Deploy Preview for eslint ready!

🔨 Explore the source changes: ec6a3a6e389a2f774d802f4628fd0a513c42bcbb

🔍 Inspect the deploy log: https://app.netlify.com/sites/eslint/deploys/60fbf2e2572fb30008778600

😎 Browse the preview: https://deploy-preview-861--eslint.netlify.app/docs/rules

bmish commented 3 years ago

If you search for user-guide/command-line-interface#fix), there are a few hundred places with this broken link. Might as well fix them all together?

chenxsan commented 3 years ago

@bmish Those we found on this repository are generated automatically. Anyway I've filed another pull request over eslint repository https://github.com/eslint/eslint/pull/14833 to fix them.

nzakas commented 3 years ago

Thanks @chenxsan