1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-04-27 20:05:03 +02:00

Update the link to conventionalcommits.org

This commit is contained in:
mo8it 2024-03-27 17:08:38 +01:00
parent e7bb832bf3
commit 971e7f94dc

View File

@ -65,7 +65,7 @@ changes. There's a couple of things to watch out for:
#### Write correct commit messages
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
specification.
This means that you have to format your commit messages in a specific way. Say
you're working on adding a new exercise called `foobar1.rs`. You could write