diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-11-01 02:10:56 -0400 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2019-11-01 07:10:56 +0100 |
commit | 6d450f7fdc6be790443d82aa5aff8572ba3965bf (patch) | |
tree | 857c81b76689a9df865b0096a6381f7e4c758d19 /docs/development/submitting-patches.rst | |
parent | 1ac31deb19dff6b3155115ac10059d23eab1529e (diff) | |
download | cryptography-6d450f7fdc6be790443d82aa5aff8572ba3965bf.tar.gz cryptography-6d450f7fdc6be790443d82aa5aff8572ba3965bf.tar.bz2 cryptography-6d450f7fdc6be790443d82aa5aff8572ba3965bf.zip |
Fixed link for linkcheck (#5047)
Diffstat (limited to 'docs/development/submitting-patches.rst')
-rw-r--r-- | docs/development/submitting-patches.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index ec00aa52..ac1986a3 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -156,6 +156,6 @@ So, specifically: .. _`Write comments as complete sentences.`: https://nedbatchelder.com/blog/201401/comments_should_be_sentences.html .. _`syntax`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#info-field-lists -.. _`Studies have shown`: https://smartbear.com/SmartBear/media/pdfs/11_Best_Practices_for_Peer_Code_Review.pdf +.. _`Studies have shown`: https://smartbear.com/learn/code-review/best-practices-for-peer-code-review/ .. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev .. _`doc8`: https://github.com/openstack/doc8 |