Forráskód Böngészése

chore: fix dead link in pull request template (#6922)

[skip ci]
Joe Chen 3 éve
szülő
commit
71fc57f8a0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/pull_request_template.md

+ 1 - 1
.github/pull_request_template.md

@@ -7,5 +7,5 @@ Link to the issue: <!-- paste the issue link here, or put "n/a" if not applicabl
 ### Checklist
 
 - [ ] I agree to follow the [Code of Conduct](https://go.dev/conduct) by submitting this pull request.
-- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md).
+- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md).
 - [ ] I have added test cases to cover the new code.