Skip to content

Commit

Permalink
docs: add missing trailing slash to some internal links (#15991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jun 13, 2022
1 parent 80404d2 commit ad54d02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/src/developer-guide/nodejs-api.md
Expand Up @@ -952,7 +952,7 @@ ruleTester.run("my-rule", myRule, {

---

[configuration object]: ../user-guide/configuring
[configuration object]: ../user-guide/configuring/
[builtin-formatters]: https://eslint.org/docs/user-guide/formatters/
[third-party-formatters]: https://www.npmjs.com/search?q=eslintformatter
[eslint]: #eslint-class
Expand Down
4 changes: 2 additions & 2 deletions docs/src/maintainer-guide/governance.md
Expand Up @@ -4,7 +4,7 @@ layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/maintainer-guide/governance.md
eleventyNavigation:
key: governance
parent: maintainer guide
parent: maintainer guide
title: Governance
order: 4

Expand All @@ -30,7 +30,7 @@ As Contributors gain experience and familiarity with the project, their profile

### Committers

Committers are community members who have shown that they are committed to the continued development of the project through ongoing engagement with the community. Committers are given push access to the project's GitHub repos and must abide by the project's [Contribution Guidelines](../developer-guide/contributing).
Committers are community members who have shown that they are committed to the continued development of the project through ongoing engagement with the community. Committers are given push access to the project's GitHub repos and must abide by the project's [Contribution Guidelines](../developer-guide/contributing/).

Committers:

Expand Down
6 changes: 3 additions & 3 deletions docs/src/pages/index.md
Expand Up @@ -7,16 +7,16 @@ edit_link: https://github.com/eslint/eslint/edit/main/docs/src/pages/index.md

Welcome to our documentation pages! What would you like to view?

## [User Guide](user-guide)
## [User Guide](user-guide/)

Intended for end users of ESLint. Contains information about core rules, configuration, command line options, formatters, and integrations,
as well as guides for migrating from earlier versions of ESLint.

## [Developer Guide](developer-guide)
## [Developer Guide](developer-guide/)

Intended for contributors to ESLint and people who wish to extend ESLint. Contains information about contributing to ESLint; creating custom
rules, configurations, plugins, and formatters; and information about our architecture and Node.js API.

## [Maintainer Guide](maintainer-guide)
## [Maintainer Guide](maintainer-guide/)

Intended for maintainers of ESLint.
2 changes: 1 addition & 1 deletion docs/src/user-guide/command-line-interface.md
Expand Up @@ -122,7 +122,7 @@ Example:

#### `-c`, `--config`

This option allows you to specify an additional configuration file for ESLint (see [Configuring ESLint](configuring) for more).
This option allows you to specify an additional configuration file for ESLint (see [Configuring ESLint](configuring/) for more).

Example:

Expand Down
8 changes: 4 additions & 4 deletions docs/src/user-guide/index.md
Expand Up @@ -3,18 +3,18 @@ title: User Guide
layout: doc
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/user-guide/index.md
eleventyNavigation:
key: user guide
title: User Guide
key: user guide
title: User Guide
order: 1
---

This guide is intended for those who wish to use ESLint as an end-user. If you're looking for how to extend ESLint or work with the ESLint source code, please see the [Developer Guide](../developer-guide).
This guide is intended for those who wish to use ESLint as an end-user. If you're looking for how to extend ESLint or work with the ESLint source code, please see the [Developer Guide](../developer-guide/).

## [Getting Started](getting-started)

Want to skip ahead and just start using ESLint? This section gives a high-level overview of installation, setup, and configuration options.

## [Rules](../rules)
## [Rules](../rules/)

ESLint has a lot of rules that you can configure to fine-tune it to your project. This section is an exhaustive list of every rule and link to each rule's documentation.

Expand Down

0 comments on commit ad54d02

Please sign in to comment.