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: use relative links for development docs #15559

Merged
Merged
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/development/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ If you add configuration options to your `package.json` then these will override

## Configuration Options

Please see [https://docs.renovatebot.com/configuration-options/](https://docs.renovatebot.com/configuration-options/) for a list of user-facing configuration options.
Please read [our list of user-facing configuration options](https://docs.renovatebot.com/configuration-options/).

For further options when running your own instance of Renovate, please see the full config options file at `lib/config/options/index.ts`.
8 changes: 4 additions & 4 deletions docs/development/issue-labeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ These labels should also map approximately to our Conventional Commit scopes.

You should know about platforms, package managers, datasources and versioning to label issues effectively.

- To learn about platforms, read the [Renovate docs on Platforms](https://docs.renovatebot.com/modules/platform/).
- To learn about managers, read the [Renovate docs on Managers](https://docs.renovatebot.com/modules/manager/).
- To learn about datasources, read the [Renovate docs on Datasources](https://docs.renovatebot.com/modules/datasource/).
- To learn more about versioning, read the [Renovate docs on Versioning](https://docs.renovatebot.com/modules/versioning/).
- To learn about platforms, read the [Renovate docs on Platforms](https://docs.renovatebot.com/modules/platform/)
- To learn about managers, read the [Renovate docs on Managers](https://docs.renovatebot.com/modules/manager/)
- To learn about datasources, read the [Renovate docs on Datasources](https://docs.renovatebot.com/modules/datasource/)
- To learn more about versioning, read the [Renovate docs on Versioning](https://docs.renovatebot.com/modules/versioning/)

Most issues should have a label relating to either a platform, manager, datasource, versioning or worker topic.

Expand Down
2 changes: 1 addition & 1 deletion docs/development/new-package-manager-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

### What type of package files and names does it use?

### What [fileMatch](https://renovatebot.com/docs/configuration-options/#filematch) pattern(s) should be used?
### What [fileMatch](../usage/configuration-options.md/#filematch) pattern(s) should be used?
rarkins marked this conversation as resolved.
Show resolved Hide resolved

### Is it likely that many users would need to extend this pattern for custom file names?

Expand Down
2 changes: 1 addition & 1 deletion docs/development/triage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Don't be afraid to ask for help.
### Apply labels to issues

All issues should have labels attached to them.
Read the [issue-labeling guide](https://github.com/renovatebot/renovate/blob/main/docs/development/issue-labeling.md) to get all the necessary info.
Read the [issue-labeling guide](./issue-labeling.md) to get all the necessary info.

In general try to make a good-faith effort to label issues correctly.

Expand Down