diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-05-30 18:06:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 18:06:57 -0400 |
commit | 728cc272842036ed82ddb88d607e9d5e8bf962a8 (patch) | |
tree | a0b377b8771cfabf25d0d35d8d4f69103a978a87 /CONTRIBUTING.md | |
parent | af05212bf821574098775332781ffd17cb638a91 (diff) | |
download | gitea-728cc272842036ed82ddb88d607e9d5e8bf962a8.tar.gz gitea-728cc272842036ed82ddb88d607e9d5e8bf962a8.zip |
Update Contribution docs with non-404 link (#4077)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cee399d2c3..e02110b574 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ pull request workflow to do that. And, we also use [LGTM](http://lgtm.co) to ensure every PR is reviewed by at least 2 maintainers. Please try to make your pull request easy to review for us. And, please read -the *[How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#best-practices-for-faster-reviews)* guide; +the *[How to get faster PR reviews](https://github.com/kubernetes/community/blob/261cb0fd089b64002c91e8eddceebf032462ccd6/contributors/guide/pull-requests.md#best-practices-for-faster-reviews)* guide; it has lots of useful tips for any project you may want to contribute. Some of the key points: |