Skip to content

Commit 564d541

Browse files
[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ć <[email protected]> Update docs/contributing.rst Co-authored-by: Nikola Matić <[email protected]>
1 parent ff14e40 commit 564d541

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/contributing.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ Finally, please make sure you respect the `coding style
8080
for this project. Also, even though we do CI testing, please test your code and
8181
ensure that it builds locally before submitting a pull request.
8282

83-
We highly recommend going through our `review checklist <https://github.com/ethereum/solidity/blob/develop/ReviewChecklist.md>`
84-
before submitting the pull request.
85-
We thoroughly review every PR and will help you get it right, but there are many
86-
common problems that can be easily avoided, making the review much smoother.
83+
We highly recommend going through our `review checklist <https://github.com/ethereum/solidity/blob/develop/ReviewChecklist.md>`_ before submitting the pull request.
84+
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.
8785

8886
Thank you for your help!
8987

0 commit comments

Comments
 (0)