[Documentation] Change URL to be hyperlink

The documentation link incorrectly displays in the text along with the angled brackets. I believe this is incorrect, and should be a standard markdown hyperlink. The error also disrupts the spacing of the line.  My small PR fixes both.

Apply suggestions from code review

Co-authored-by: Nikola Matić <nikola.matic@ethereum.org>

Update docs/contributing.rst

Co-authored-by: Nikola Matić <nikola.matic@ethereum.org>
This commit is contained in:
Phill 2022-10-31 13:19:10 +07:00 committed by Nikola Matic
parent ff14e40869
commit 564d541853

View File

@ -80,10 +80,8 @@ Finally, please make sure you respect the `coding style
for this project. Also, even though we do CI testing, please test your code and for this project. Also, even though we do CI testing, please test your code and
ensure that it builds locally before submitting a pull request. ensure that it builds locally before submitting a pull request.
We highly recommend going through our `review checklist <https://github.com/ethereum/solidity/blob/develop/ReviewChecklist.md>` We highly recommend going through our `review checklist <https://github.com/ethereum/solidity/blob/develop/ReviewChecklist.md>`_ before submitting the pull request.
before submitting the pull request. We thoroughly review every PR and will help you get it right, but there are many common problems that can be easily avoided, making the review much smoother.
We thoroughly review every PR and will help you get it right, but there are many
common problems that can be easily avoided, making the review much smoother.
Thank you for your help! Thank you for your help!