Auto merge of #29152 - striezel-stash:fix-license-link, r=jdm

Fix license link in contribution guidelines

Fixes a broken link to the license file in the contribution guidelines.

---
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests, because only a documentation file is changed.
This commit is contained in:
bors-servo 2022-12-17 10:57:03 -05:00 committed by GitHub
commit dae8d221a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ on how to start working on Servo.
- Commits should be accompanied by a Developer Certificate of Origin - Commits should be accompanied by a Developer Certificate of Origin
(http://developercertificate.org) sign-off, which indicates that you (and (http://developercertificate.org) sign-off, which indicates that you (and
your employer if applicable) agree to be bound by the terms of the your employer if applicable) agree to be bound by the terms of the
[project license](LICENSE.md). In git, this is the `-s` option to `git commit` [project license](LICENSE). In git, this is the `-s` option to `git commit`.
- If your patch is not getting reviewed or you need a specific person to review - If your patch is not getting reviewed or you need a specific person to review
it, you can @-reply a reviewer asking for a review in the pull request or a it, you can @-reply a reviewer asking for a review in the pull request or a