diff --git a/docs/src/user-guide/command-line-interface.md b/docs/src/user-guide/command-line-interface.md index ca5cc4869a5..e6ec2eb9981 100644 --- a/docs/src/user-guide/command-line-interface.md +++ b/docs/src/user-guide/command-line-interface.md @@ -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 diff --git a/docs/src/user-guide/getting-started.md b/docs/src/user-guide/getting-started.md index 184ea122732..ba4ab4a4fd9 100644 --- a/docs/src/user-guide/getting-started.md +++ b/docs/src/user-guide/getting-started.md @@ -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/).