contributing docs: Update "Version Control" > "Commit discipline" links.

Updates `.html` links as a follow-up to #23750.
This commit is contained in:
David Rosa
2022-12-08 20:10:24 -06:00
committed by Tim Abbott
parent cfacb6fe25
commit e31070c480
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ Communicate decisions, questions, and potential concerns.
- [ ] Calls out remaining decisions and concerns.
- [ ] Automated tests verify logic where appropriate.
Individual commits are ready for review (see [commit discipline](https://zulip.readthedocs.io/en/latest/contributing/version-control.html)).
Individual commits are ready for review (see [commit discipline](https://zulip.readthedocs.io/en/latest/contributing/commit-discipline.html)).
- [ ] Each commit is a coherent idea.
- [ ] Commit message(s) explain reasoning and motivation for changes.