Skip to content

Commit

Permalink
chore: relative links for contribution guidelines (#19715)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Jan 22, 2023
1 parent 3dbfa38 commit 2b1ae24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/label-actions.yml
Expand Up @@ -158,7 +158,7 @@
You are using simple `done` comments which cause a lot of noise.
Instead, please use GitHub's web interface to request another review.
Please read our [contribution guide](https://github.com/renovatebot/renovate/blob/main/.github/contributing.md#resolve-review-comments-instead-of-commenting) to reduce noise.
Please read our [contributing guidelines](https://github.com/renovatebot/renovate/blob/main/.github/contributing.md#resolve-review-comments-instead-of-commenting) to reduce noise.
Good luck,
Expand Down
2 changes: 1 addition & 1 deletion docs/development/readme.md
Expand Up @@ -3,4 +3,4 @@
This directory is intended to provide documentation for developers/contributors on the Renovate project.
For information on how to configure Renovate as an end-user, please see the [Renovate bot documentation](https://docs.renovatebot.com).

If you want to contribute to Renovate or get it running locally for some other reason, please check out [contributing.md](../../.github/contributing.md) for steps on how to set up the project locally.
If you want to contribute to Renovate or get it running locally for some other reason, please check out [contributing guidelines](../../.github/contributing.md) for steps on how to set up the project locally.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -116,7 +116,7 @@ To run your own instance of Renovate you have several options:

## Contributing

If you want to contribute to Renovate or get a local copy running, please read the instructions in [.github/contributing.md](.github/contributing.md).
If you want to contribute to Renovate or get a local copy running, please read the instructions in [contributing guidelines](.github/contributing.md).
To get started look at the [list of good first issues](https://github.com/renovatebot/renovate/contribute).

## Security / Disclosure
Expand Down

0 comments on commit 2b1ae24

Please sign in to comment.