Skip to content

Commit

Permalink
chore: relative links for contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Jan 7, 2023
1 parent f40b643 commit 324e752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/label-actions.yml
Original file line number Diff line number Diff line change
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](.github/contributing.md#resolve-review-comments-instead-of-commenting) to reduce noise.
Good luck,
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- If this is your first pull request: sign the CLA with this GitHub app: https://cla-assistant.io/renovatebot/renovate -->
<!-- Make sure the `Allow edits and access to secrets by maintainers` checkbox is checked on this pull request. -->
<!-- Please read https://github.com/renovatebot/renovate/blob/main/.github/contributing.md before you create your pull request.-->
<!-- Please read [contributing guidelines](.github/contributing.md) before you create your pull request.-->

## Changes

Expand Down
2 changes: 1 addition & 1 deletion docs/development/readme.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 324e752

Please sign in to comment.