Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken links (work in progress) #15919

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/user-guide/command-line-interface.md
Expand Up @@ -515,7 +515,7 @@ ESLint supports `.eslintignore` files to exclude files from the linting process
temp.js
**/vendor/*.js

A more detailed breakdown of supported patterns and directories ESLint ignores by default can be found in [Ignoring Code](configuring/ignoring-code).
A more detailed breakdown of supported patterns and directories ESLint ignores by default can be found in [Ignoring Code](/docs/user-guide/configuring/ignoring-code/).

## Exit codes

Expand Down
6 changes: 3 additions & 3 deletions docs/src/user-guide/getting-started.md
Expand Up @@ -91,8 +91,8 @@ Because of this line, all of the rules marked "(recommended)" on the [rules page

## Next Steps

* Learn about [advanced configuration](configuring/) of ESLint.
* Get familiar with the [command line options](command-line-interface).
* Explore [ESLint integrations](integrations) into other tools like editors, build systems, and more.
* Learn about [advanced configuration](/docs/user-guide/configuring/) of ESLint.
* Get familiar with the [command line options](/docs/user-guide/command-line-interface/).
* Explore [ESLint integrations](/docs/user-guide/integrations/) into other tools like editors, build systems, and more.
* Can't find just the right rule? Make your own [custom rule](/docs/developer-guide/working-with-rules).
* Make ESLint even better by [contributing](/docs/developer-guide/contributing/).